mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-14 16:07:42 +00:00
this is a weird pool
This commit is contained in:
parent
f8df346eb6
commit
5479bf100d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func WorkerCmd(ctx context.Context) *cobra.Command {
|
||||||
}
|
}
|
||||||
defer redis.Close()
|
defer redis.Close()
|
||||||
|
|
||||||
fp, err := cmdutil.NewFaktoryPool(poolSize + 2)
|
fp, err := cmdutil.NewFaktoryPool(8)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue