Skip to content

Commit

Permalink
Increase lookback window to 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Garfield committed Mar 1, 2022
1 parent 0a0b9b2 commit 4ae75f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/src/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use {
},
};

const LOOKBACK_WINDOW: i64 = 120; // Number of seconds to lookback
const LOOKBACK_WINDOW: i64 = 60 * 10; // Number of seconds to lookback

pub fn execute_tasks(
client: Arc<Client>,
Expand Down

0 comments on commit 4ae75f7

Please sign in to comment.