Skip to content

Commit

Permalink
chore: change stale default to 6 weeks
Browse files Browse the repository at this point in the history
this makes more sense as a default, maybe
  • Loading branch information
reiniiriarios committed Feb 22, 2023
1 parent 9498749 commit 296607c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl<'cfg> Default for Config<'cfg> {
"Hey boss, take a look at these, will ya?",
"I don't know what this is, or what to do with it:",
],
stale_after: 2 * 7 * 24 * 60 * 60,
stale_after: 6 * 7 * 24 * 60 * 60,
small_channel_threshold: 3,
notify_secondary_channel: false,
secondary_notification_channel_id: "".to_string(),
Expand Down

0 comments on commit 296607c

Please sign in to comment.