From 09d29e42e5d7c7ad315f9d7e62fdb6b508fc5d4b Mon Sep 17 00:00:00 2001 From: harold Date: Tue, 10 Jun 2025 09:59:19 +0500 Subject: [PATCH] change batch size --- telegram-application/src/core/tg_service/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram-application/src/core/tg_service/constants.py b/telegram-application/src/core/tg_service/constants.py index 9296e8d..0dfc37c 100644 --- a/telegram-application/src/core/tg_service/constants.py +++ b/telegram-application/src/core/tg_service/constants.py @@ -1 +1 @@ -MESSAGE_CHANG_SIZE: int = 30 \ No newline at end of file +MESSAGE_CHANG_SIZE: int = 5 \ No newline at end of file