From dee0fed059703ecdc53c564efa273a1eba999906 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Wed, 10 Dec 2025 15:46:58 +0100 Subject: [PATCH] plausible: add reconnect config for orm --- plausible/resources/configmap.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/plausible/resources/configmap.yaml b/plausible/resources/configmap.yaml index 72b9d94..b47fd59 100644 --- a/plausible/resources/configmap.yaml +++ b/plausible/resources/configmap.yaml @@ -11,4 +11,11 @@ data: BASE_URL: https://analytics.arcodange.duckdns.org - CLICKHOUSE_DATABASE_URL: http://plausible:plausiblearcodange@plausible.tools:8123/plausible \ No newline at end of file + CLICKHOUSE_DATABASE_URL: http://plausible:plausiblearcodange@plausible.tools:8123/plausible + + +DB_POOL_SIZE: "30" +DB_QUEUE_TARGET: "10000" # 10 secondes +DB_CONNECT_TIMEOUT: "30000" # 30 secondes +DB_RECONNECT_ATTEMPTS: "5" +DB_RECONNECT_DELAY: "5000" \ No newline at end of file