Skip to content

Commit

Permalink
increase outdated metadata threshold to a week
Browse files Browse the repository at this point in the history
  • Loading branch information
lucat1 committed Dec 13, 2023
1 parent a7970ec commit 1b8a727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/src/setting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ pub enum JobType {
}

fn default_outdated() -> time::Duration {
time::Duration::DAY
7 * time::Duration::DAY
}

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

0 comments on commit 1b8a727

Please sign in to comment.