diff options
author | 2023-01-31 13:46:45 +0100 | |
---|---|---|
committer | 2023-01-31 13:46:45 +0100 | |
commit | b80be48fed03cf5f813f9e44e0bcca5861540956 (patch) | |
tree | 25bef306158d462f6e50989ffd2173d2154aabec /docs/configuration/database.md | |
parent | [chore] Silence maxprocs logging (#1402) (diff) | |
download | gotosocial-b80be48fed03cf5f813f9e44e0bcca5861540956.tar.xz |
[chore] Use 'immediate' lock for sqlite transactions (#1404)
* [chore] Use 'immediate' lock for sqlite transactions
* allow 1 connection regardless of cpu amount
Diffstat (limited to 'docs/configuration/database.md')
-rw-r--r-- | docs/configuration/database.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/database.md b/docs/configuration/database.md index 4fe8836fd..758a01439 100644 --- a/docs/configuration/database.md +++ b/docs/configuration/database.md @@ -126,7 +126,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 |