From 098958b1f9edd8c3f58ede25642154d4a9d19800 Mon Sep 17 00:00:00 2001 From: yshtcn Date: Sun, 24 Nov 2024 15:16:12 +0800 Subject: [PATCH] =?UTF-8?q?-=20TestPage=3D4=E9=99=8D=E9=80=9F=E4=B8=BA3?= =?UTF-8?q?=E6=9D=A1/=E6=AC=A1=EF=BC=8C=E6=88=90=E5=8A=9F=E5=8F=91?= =?UTF-8?q?=E9=80=81=E6=97=B6=E9=99=8D=E4=BD=8E=E4=B8=BA=E9=99=84=E5=B8=A6?= =?UTF-8?q?=E5=8F=91=E9=80=812=E6=9D=A1=E5=BE=85=E5=8F=91=E9=80=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=8C=E4=BB=A5=E6=8F=90=E9=AB=98=E5=93=8D?= =?UTF-8?q?=E5=BA=94=E9=80=9F=E5=BA=A6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ServerChanPush2TelegramBot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ServerChanPush2TelegramBot.py b/ServerChanPush2TelegramBot.py index 0012df7..0bf2ee4 100644 --- a/ServerChanPush2TelegramBot.py +++ b/ServerChanPush2TelegramBot.py @@ -315,7 +315,7 @@ def index(): }), 200 # 调用批量发送逻辑,每次最多发送10条 - result = send_messages_in_batches(batch_size=10) + result = send_messages_in_batches(batch_size=3) # 读取剩余待发送消息数量 remaining_messages = read_pending_messages() @@ -354,7 +354,7 @@ def index(): }), 200 # 调用批量发送逻辑,每次最多发送10条 - result = send_messages_in_batches(batch_size=3) + result = send_messages_in_batches(batch_size=2) # 读取剩余待发送消息数量 remaining_messages = read_pending_messages()