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...")