bump locks again

This commit is contained in:
Andre Medeiros 2022-11-05 20:59:22 -04:00
parent e241f67888
commit 42aa9e594c
1 changed files with 1 additions and 1 deletions

View File

@ -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
}