Skip to content

Commit 1b8a727

Browse files
committed
increase outdated metadata threshold to a week
1 parent a7970ec commit 1b8a727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/src/setting.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ pub enum JobType {
361361
}
362362

363363
fn default_outdated() -> time::Duration {
364-
time::Duration::DAY
364+
7 * time::Duration::DAY
365365
}
366366

367367
fn default_recurring() -> HashMap<JobType, String> {

0 commit comments

Comments
 (0)