mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 22:17:44 +00:00
tweak pool
This commit is contained in:
parent
ad62000372
commit
523dce6300
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ func APICmd(ctx context.Context) *cobra.Command {
|
|||
}
|
||||
defer statsd.Close()
|
||||
|
||||
db, err := cmdutil.NewDatabasePool(ctx, 32)
|
||||
db, err := cmdutil.NewDatabasePool(ctx, 8)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue