We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b8fcf commit 50580edCopy full SHA for 50580ed
bolt-jobs/bolt/jobs/default_settings.py
@@ -1,2 +1,2 @@
1
JOBS_CLEARABLE_AFTER: int = 60 * 60 * 24 * 7 # One week
2
-JOBS_LOST_AFTER: int = 60 * 60 * 6 # Six hours
+JOBS_LOST_AFTER: int = 60 * 60 * 24 # One day
0 commit comments