mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
up the batch sizes
This commit is contained in:
parent
2fe34ecc99
commit
a3e69954c8
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
batchSize = 100
|
||||
maxNotificationChecks = 500
|
||||
batchSize = 250
|
||||
maxNotificationChecks = 2000
|
||||
)
|
||||
|
||||
func SchedulerCmd(ctx context.Context) *cobra.Command {
|
||||
|
|
Loading…
Reference in a new issue