We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db25378 commit 7e34651Copy full SHA for 7e34651
1 file changed
bathbot/src/core/context/discord.rs
@@ -106,9 +106,9 @@ impl Context {
106
}
107
108
pub async fn reshard_loop(sender: broadcast::Sender<()>) {
109
- const HALF_DAY: Duration = Duration::from_hours(12);
+ const INTERVAL: Duration = Duration::from_hours(23);
110
111
- let mut interval = time::interval(HALF_DAY);
+ let mut interval = time::interval(INTERVAL);
112
interval.tick().await;
113
114
loop {
0 commit comments