This commit is contained in:
2025-03-29 21:57:32 +01:00
parent 1592dce496
commit b8ea8810d5

View File

@@ -97,7 +97,7 @@ impl BotsManager {
} }
async fn check_unininted(bots_data: &[BotData]) { async fn check_unininted(bots_data: &[BotData]) {
let semaphore = Arc::new(Semaphore::const_new(10)); let semaphore = Arc::new(Semaphore::const_new(5));
let mut set_webhook_tasks = JoinSet::new(); let mut set_webhook_tasks = JoinSet::new();
for bot_data in bots_data.iter() { for bot_data in bots_data.iter() {