increase scheduler batch size

This commit is contained in:
Andre Medeiros 2022-11-05 21:08:49 -04:00
parent 42aa9e594c
commit b18ae59207
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import (
"github.com/christianselig/apollo-backend/internal/repository"
)
const batchSize = 500
const batchSize = 2000
func SchedulerCmd(ctx context.Context) *cobra.Command {
cmd := &cobra.Command{