increase max routines in gotgbot config

This commit is contained in:
stefanodvx 2025-04-15 17:53:58 +02:00
parent 451fd7daee
commit 0eb9167178

View file

@ -38,7 +38,7 @@ func Start() {
// log.Println("an error occurred while handling update:", err.Error())
return ext.DispatcherActionNoop
},
MaxRoutines: ext.DefaultMaxRoutines,
MaxRoutines: 500,
})
updater := ext.NewUpdater(dispatcher, nil)
registerHandlers(dispatcher)