Skip to content

Commit ece88be

Browse files
committed
set status update task to run at 5am
1 parent 51f6fda commit ece88be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl Task for StatusUpdateCheck {
5050
}
5151

5252
fn run_in(&self) -> Duration {
53-
time_until(00, 40)
53+
time_until(5, 00)
5454
}
5555

5656
async fn run(&self, ctx: Context) {

0 commit comments

Comments
 (0)