mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-12 23:17:44 +00:00
bump locks again
This commit is contained in:
parent
e241f67888
commit
42aa9e594c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func WorkerCmd(ctx context.Context) *cobra.Command {
|
|||
}
|
||||
defer db.Close()
|
||||
|
||||
redis, err := cmdutil.NewRedisLocksClient(ctx, consumers/8)
|
||||
redis, err := cmdutil.NewRedisLocksClient(ctx, consumers/4)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue