mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 01:32:25 -05:00
[chore] Change default sqlite busy timeout to 5m (#1352)
This commit is contained in:
parent
acc333c40b
commit
974ec80a20
4 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue