this is a weird pool

This commit is contained in:
Andre Medeiros 2022-11-02 03:07:35 -04:00
parent f8df346eb6
commit 5479bf100d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func WorkerCmd(ctx context.Context) *cobra.Command {
}
defer redis.Close()
fp, err := cmdutil.NewFaktoryPool(poolSize + 2)
fp, err := cmdutil.NewFaktoryPool(8)
if err != nil {
return err
}