mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-12 23:17:44 +00:00
increase multiplier
This commit is contained in:
parent
b26140f190
commit
be7bd24ae1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue