mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-14 16:07:42 +00:00
raise pgbouncer conns
This commit is contained in:
parent
1f59a47880
commit
a8b1e3c107
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ services:
|
||||||
name: srv.postgres
|
name: srv.postgres
|
||||||
property: connectionString
|
property: connectionString
|
||||||
- key: DEFAULT_POOL_SIZE
|
- key: DEFAULT_POOL_SIZE
|
||||||
value: 128
|
value: 178
|
||||||
- key: MAX_CLIENT_CONN
|
- key: MAX_CLIENT_CONN
|
||||||
value: 1024
|
value: 1024
|
||||||
- key: MIN_POOL_SIZE
|
- key: MIN_POOL_SIZE
|
||||||
|
|
Loading…
Reference in a new issue