fix(chalice): reduced connexion pool (#1771)

This commit is contained in:
Kraiem Taha Yassine 2023-12-11 17:47:21 +01:00 committed by GitHub
parent cb6a9de141
commit db0e50a113
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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