mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-21 19:37:41 +00:00
bump pg client count
This commit is contained in:
parent
ded67f570d
commit
b05532e2fd
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ services:
|
||||||
- key: DEFAULT_POOL_SIZE
|
- key: DEFAULT_POOL_SIZE
|
||||||
value: 178
|
value: 178
|
||||||
- key: MAX_CLIENT_CONN
|
- key: MAX_CLIENT_CONN
|
||||||
value: 2048
|
value: 4096
|
||||||
- key: MIN_POOL_SIZE
|
- key: MIN_POOL_SIZE
|
||||||
value: 8
|
value: 8
|
||||||
- key: POOL_MODE
|
- key: POOL_MODE
|
||||||
|
|
Loading…
Reference in a new issue