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