Wait 1 minute before check webhooks

This commit is contained in:
2025-03-29 21:22:35 +01:00
parent 477f6c5238
commit 2f5dac7b9d

View File

@@ -190,7 +190,7 @@ impl BotsManager {
BotsManager::check().await;
}
if tick_number % 180 == 0 {
if tick_number % 180 == 60 {
BotsManager::check_pending_updates().await;
}