diff --git a/internal/cmd/scheduler.go b/internal/cmd/scheduler.go index 9bd44ad..1ac55fc 100644 --- a/internal/cmd/scheduler.go +++ b/internal/cmd/scheduler.go @@ -25,8 +25,8 @@ import ( ) const ( - batchSize = 250 - maxNotificationChecks = 2000 + batchSize = 500 + maxNotificationChecks = 5000 ) func SchedulerCmd(ctx context.Context) *cobra.Command {