Skip to content

Commit e6c72cc

Browse files
authored
Reduced errors about too many db connections. (#198)
1 parent 84ec71e commit e6c72cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm-chart/eoapi/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ stac:
346346
PORT: "8080"
347347
# https://www.uvicorn.org/settings/#production
348348
WEB_CONCURRENCY: "5"
349+
DB_MIN_CONN_SIZE: "1"
349350

350351
vector:
351352
enabled: true

0 commit comments

Comments
 (0)