mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-14 16:07:42 +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 (
|
const (
|
||||||
batchSize = 100
|
batchSize = 250
|
||||||
maxNotificationChecks = 500
|
maxNotificationChecks = 2000
|
||||||
)
|
)
|
||||||
|
|
||||||
func SchedulerCmd(ctx context.Context) *cobra.Command {
|
func SchedulerCmd(ctx context.Context) *cobra.Command {
|
||||||
|
|
Loading…
Reference in a new issue