plausible: add reconnect config for orm
This commit is contained in:
@@ -12,3 +12,10 @@ data:
|
|||||||
BASE_URL: https://analytics.arcodange.duckdns.org
|
BASE_URL: https://analytics.arcodange.duckdns.org
|
||||||
|
|
||||||
CLICKHOUSE_DATABASE_URL: http://plausible:plausiblearcodange@plausible.tools:8123/plausible
|
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"
|
||||||
Reference in New Issue
Block a user