mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 22:17:44 +00:00
increase batch size on scheduler
This commit is contained in:
parent
da20e76d1b
commit
ae764077b4
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
batchSize = 250
|
||||
maxNotificationChecks = 2000
|
||||
batchSize = 500
|
||||
maxNotificationChecks = 5000
|
||||
)
|
||||
|
||||
func SchedulerCmd(ctx context.Context) *cobra.Command {
|
||||
|
|
Loading…
Reference in a new issue