From 6453935584d36fbbfe483ca101a0655e63afc2d6 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 31 May 2026 22:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20telegram.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/telegram/telegram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/telegram/telegram.py b/app/modules/telegram/telegram.py index fb9f1b44..99c0d096 100644 --- a/app/modules/telegram/telegram.py +++ b/app/modules/telegram/telegram.py @@ -47,7 +47,7 @@ class Telegram: _typing_lock = threading.RLock() _typing_interval_seconds = 5 _typing_initial_delay_seconds = 1 - _typing_max_duration_seconds = 5 * 60 + _typing_max_duration_seconds = 10 * 60 _typing_command_max_duration_seconds = 30 _typing_callback_max_duration_seconds = 60