fsync=off

This commit is contained in:
Dull Bananas 2025-06-09 20:52:17 -07:00
parent 6b1f3e4416
commit b1e03c5091

View file

@ -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