up the batch sizes

This commit is contained in:
Andre Medeiros 2022-07-13 12:39:37 -04:00
parent 2fe34ecc99
commit a3e69954c8

View file

@ -25,8 +25,8 @@ import (
)
const (
batchSize = 100
maxNotificationChecks = 500
batchSize = 250
maxNotificationChecks = 2000
)
func SchedulerCmd(ctx context.Context) *cobra.Command {