From 5389cc2b447d245f940e0d5224def771dfbcee61 Mon Sep 17 00:00:00 2001 From: machka Date: Wed, 14 May 2025 09:23:20 +0000 Subject: [PATCH] Increased broadcast speed --- bot/handlers/admin/broadcast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/handlers/admin/broadcast.py b/bot/handlers/admin/broadcast.py index 3ab1083..5668c4b 100644 --- a/bot/handlers/admin/broadcast.py +++ b/bot/handlers/admin/broadcast.py @@ -186,7 +186,7 @@ async def confirm_broadcast_callback_handler(callback: types.CallbackQuery, f"For user {user_id}: {type(e).__name__} - {str(e)[:70]}...", is_admin_event=True, target_user_id=user_id) - await asyncio.sleep(0.1) + await asyncio.sleep(0.05) result_message = _("admin_broadcast_finished_stats", sent_count=sent_count,