mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
remove dead code
This commit is contained in:
parent
ec78363252
commit
5ebac84014
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ func WorkerCmd(ctx context.Context) *cobra.Command {
|
|||
}
|
||||
|
||||
consumers := runtime.NumCPU() * multiplier
|
||||
//consumers = 1
|
||||
|
||||
worker := workerFn(logger, statsd, db, redis, queue, consumers)
|
||||
worker.Start()
|
||||
|
|
Loading…
Reference in a new issue