From b80be48fed03cf5f813f9e44e0bcca5861540956 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:46:45 +0100 Subject: [chore] Use 'immediate' lock for sqlite transactions (#1404) * [chore] Use 'immediate' lock for sqlite transactions * allow 1 connection regardless of cpu amount --- 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 2f99fd326..f7d7c7884 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -182,7 +182,7 @@ db-tls-ca-cert: "" # A multiplier of 8 is a sensible default, but you may wish to increase this for instances # running on very performant hardware, or decrease it for instances using v. slow CPUs. # -# If you set this to 0 or less, it will be adjusted to 1. +# If you set the multiplier to less than 1, only one open connection will be used regardless of cpu count. # # Examples: [16, 8, 10, 2] # Default: 8 -- cgit v1.2.3