mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 14:52:26 -05:00
[chore] Use 'immediate' lock for sqlite transactions (#1404)
* [chore] Use 'immediate' lock for sqlite transactions * allow 1 connection regardless of cpu amount
This commit is contained in:
parent
eccb3800d0
commit
b80be48fed
3 changed files with 38 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue