Skip to content

Commit 50580ed

Browse files
committed
Default lost after one day
1 parent 04b8fcf commit 50580ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
JOBS_CLEARABLE_AFTER: int = 60 * 60 * 24 * 7 # One week
2-
JOBS_LOST_AFTER: int = 60 * 60 * 6 # Six hours
2+
JOBS_LOST_AFTER: int = 60 * 60 * 24 # One day

0 commit comments

Comments
 (0)