hunter/trend_setter: bump MIN_INTERVAL

This commit is contained in:
Astro 2022-11-14 21:52:00 +01:00
parent 1d27067b4a
commit 4684274d6d
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ use cave::{
};
#[cfg(not(debug))]
const MIN_INTERVAL: Duration = Duration::from_secs(10);
const MIN_INTERVAL: Duration = Duration::from_secs(60);
#[cfg(debug)]
const MIN_INTERVAL: Duration = Duration::from_secs(2);
const MIN_INTERVAL: Duration = Duration::from_secs(5);
#[derive(Debug)]
pub struct UpdateSet {