From 974ec80a206f4e797e88dbb3a429b53667e327c5 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 18 Jan 2023 14:37:52 +0100 Subject: [chore] Change default sqlite busy timeout to 5m (#1352) --- example/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/config.yaml b/example/config.yaml index 5ce622a88..5b2aacc1c 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -194,7 +194,7 @@ db-sqlite-cache-size: "64MiB" # See: https://www.sqlite.org/pragma.html#pragma_busy_timeout # Examples: ["0s", "1s", "30s", "1m", "5m"] # Default: "5s" -db-sqlite-busy-timeout: "30s" +db-sqlite-busy-timeout: "5m" cache: gts: -- cgit v1.3