From 5d6aa99880aea06e1c7caca8aef6bd52065cd1c2 Mon Sep 17 00:00:00 2001 From: Artem Tsyrulnikov Date: Mon, 19 Jan 2026 23:09:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BB=D0=B8=D0=BC=D0=B8=D1=82=D1=8B=20=D0=B2?= =?UTF-8?q?=200=20=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tg_bot/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tg_bot/main.go b/tg_bot/main.go index e5427d0..a6a3ffe 100644 --- a/tg_bot/main.go +++ b/tg_bot/main.go @@ -67,6 +67,8 @@ func main() { }, } + echotron.SetChatRequestLimit(0, 0) + for { if err := dsp.PollOptions(false, updateOpts); err != nil { log.Error().Err(err).Msg("dsp.Poll failed, retrying in 5 seconds...")