mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-14 16:07:42 +00:00
increase poolsize a bit
This commit is contained in:
parent
5c850bc66d
commit
194feb312c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ func WorkerCmd(ctx context.Context) *cobra.Command {
|
||||||
|
|
||||||
tracer := otel.Tracer(tag)
|
tracer := otel.Tracer(tag)
|
||||||
|
|
||||||
poolSize := consumers / 16
|
poolSize := consumers / 8
|
||||||
|
|
||||||
db, err := cmdutil.NewDatabasePool(ctx, poolSize)
|
db, err := cmdutil.NewDatabasePool(ctx, poolSize)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue