From 07f271e1ad497a303f7f6fa1c4f6287276d63e23 Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Thu, 3 Apr 2025 14:10:31 +0200 Subject: [PATCH] Reduced errors about too many db connections. --- helm-chart/eoapi/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-chart/eoapi/values.yaml b/helm-chart/eoapi/values.yaml index b9777ae3..315c3204 100644 --- a/helm-chart/eoapi/values.yaml +++ b/helm-chart/eoapi/values.yaml @@ -346,6 +346,7 @@ stac: PORT: "8080" # https://www.uvicorn.org/settings/#production WEB_CONCURRENCY: "5" + DB_MIN_CONN_SIZE: "1" vector: enabled: true