increase max routines in gotgbot config
This commit is contained in:
parent
451fd7daee
commit
0eb9167178
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue