From a3e69954c8abaa4d6801cc6248ae8333025f555f Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Wed, 13 Jul 2022 12:39:37 -0400 Subject: [PATCH] up the batch sizes --- internal/cmd/scheduler.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/cmd/scheduler.go b/internal/cmd/scheduler.go index 7e5388a..94e888c 100644 --- a/internal/cmd/scheduler.go +++ b/internal/cmd/scheduler.go @@ -25,8 +25,8 @@ import ( ) const ( - batchSize = 100 - maxNotificationChecks = 500 + batchSize = 250 + maxNotificationChecks = 2000 ) func SchedulerCmd(ctx context.Context) *cobra.Command {