fix(chalice): reduced connexion pool (#1771)
This commit is contained in:
parent
cb6a9de141
commit
db0e50a113
2 changed files with 4 additions and 4 deletions
|
|
@ -33,8 +33,8 @@ JWT_REFRESH_SECRET="SET A RANDOM STRING HERE"
|
|||
jwt_secret="SET A RANDOM STRING HERE"
|
||||
pg_dbname=postgres
|
||||
pg_host=postgresql.db.svc.cluster.local
|
||||
PG_MAXCONN=50
|
||||
PG_MINCONN=20
|
||||
PG_MAXCONN=20
|
||||
PG_MINCONN=8
|
||||
pg_password=asayerPostgres
|
||||
PG_POOL=true
|
||||
pg_port=5432
|
||||
|
|
|
|||
|
|
@ -54,8 +54,8 @@ KAFKA_USE_SSL=false
|
|||
LICENSE_KEY=
|
||||
pg_dbname=postgres
|
||||
pg_host=postgresql.db.svc.cluster.local
|
||||
PG_MAXCONN=50
|
||||
PG_MINCONN=20
|
||||
PG_MAXCONN=20
|
||||
PG_MINCONN=8
|
||||
pg_password=asayerPostgres
|
||||
PG_POOL=true
|
||||
pg_port=5432
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue