diff options
author | 2023-01-18 14:37:52 +0100 | |
---|---|---|
committer | 2023-01-18 14:37:52 +0100 | |
commit | 974ec80a206f4e797e88dbb3a429b53667e327c5 (patch) | |
tree | 882eca713a79f065d39e539d60fba751756451e2 /example | |
parent | [feature] Inherit resource limits from cgroups (#1336) (diff) | |
download | gotosocial-974ec80a206f4e797e88dbb3a429b53667e327c5.tar.xz |
[chore] Change default sqlite busy timeout to 5m (#1352)
Diffstat (limited to 'example')
-rw-r--r-- | example/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |