feat(api): pg_client reconnect config
This commit is contained in:
parent
14e8dde249
commit
f423e9c9cf
2 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ pg_port=5432
|
|||
pg_user=postgres
|
||||
pg_timeout=30
|
||||
pg_minconn=45
|
||||
PG_RETRY_MAX=50
|
||||
PG_RETRY_INTERVAL=2
|
||||
put_S3_TTL=20
|
||||
sentryURL=
|
||||
sessions_bucket=mobs
|
||||
|
|
|
|||
|
|
@ -46,6 +46,8 @@ pg_port=5432
|
|||
pg_user=postgres
|
||||
pg_timeout=30
|
||||
pg_minconn=45
|
||||
PG_RETRY_MAX=50
|
||||
PG_RETRY_INTERVAL=2
|
||||
put_S3_TTL=20
|
||||
sentryURL=
|
||||
sessions_bucket=mobs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue