mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-09-03 11:43:51 +00:00
fsync=off
This commit is contained in:
parent
6b1f3e4416
commit
b1e03c5091
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ config_args=(
|
|||
|
||||
# Don't log parameter values
|
||||
-c auto_explain.log_parameter_max_length=0
|
||||
|
||||
# Disable fsync, a feature that prevents corruption on crash (doesn't matter on a temporary test database) and slows things down, especially migration tests
|
||||
-c fsync=off
|
||||
)
|
||||
|
||||
# Create cluster
|
||||
|
|
Loading…
Reference in a new issue