Fix Logs Flushing only every 60 days #50

Merged
modulatingforce merged 1 commit from fix-log-purge-timer into main 2024-03-28 16:05:45 -04:00
Collaborator

Currently it would flush every 60 * 60 * 24 minutes which is the seconds in a day not the minutes meaning it would only flush every 60 days. Since it gets multiplied by 60 another time in line 130.

Should be Fixed with just that.

Currently it would flush every `60 * 60 * 24` minutes which is the seconds in a day not the minutes meaning it would only flush every 60 days. Since it gets multiplied by 60 another time in line 130. Should be Fixed with just that.
mzntori added 1 commit 2024-03-28 15:15:49 -04:00
reduce seconds to minutes
All checks were successful
ci/woodpecker/pr/cargo-checks Pipeline was successful
6a026b7791
mzntori added the
Kind/Bug
Complexity
Basic
labels 2024-03-28 15:16:24 -04:00

Good catch !!! THANKS! 😆

Good catch !!! THANKS! 😆
mzntori was assigned by modulatingforce 2024-03-28 16:05:06 -04:00
modulatingforce added the
Bot_Code
Core
label 2024-03-28 16:05:39 -04:00
modulatingforce merged commit d7634663fe into main 2024-03-28 16:05:45 -04:00
modulatingforce deleted branch fix-log-purge-timer 2024-03-28 16:06:25 -04:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: modulatingforce/forcebot_rs#50
No description provided.