From be7bd24ae1175b467462a0bf89e62f4e084ec113 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Wed, 13 Jul 2022 15:30:39 -0400 Subject: [PATCH] increase multiplier --- internal/cmd/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/worker.go b/internal/cmd/worker.go index 03f49ef..9426556 100644 --- a/internal/cmd/worker.go +++ b/internal/cmd/worker.go @@ -83,7 +83,7 @@ func WorkerCmd(ctx context.Context) *cobra.Command { }, } - cmd.Flags().IntVar(&multiplier, "multiplier", 4, "The multiplier (by CPUs) to run") + cmd.Flags().IntVar(&multiplier, "multiplier", 32, "The multiplier (by CPUs) to run") cmd.Flags().StringVar(&queueID, "queue", "", "The queue to work on") return cmd