refactor: remove "both" mode from BOT_RUN_MODE, keep only polling and webhook

This commit is contained in:
Fringg
2026-02-09 17:32:17 +03:00
parent 0b86f379b4
commit efa3a5d457
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -830,7 +830,7 @@ WEBHOOK_MAX_QUEUE_SIZE=1024
WEBHOOK_WORKERS=4
WEBHOOK_ENQUEUE_TIMEOUT=0.1
WEBHOOK_WORKER_SHUTDOWN_TIMEOUT=30.0
BOT_RUN_MODE=polling # polling, webhook или both
BOT_RUN_MODE=polling # polling или webhook
# ===== КОНКУРСНАЯ СИСТЕМА =====
CONTESTS_ENABLED=false