We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9256d32 commit c3cf4d3Copy full SHA for c3cf4d3
tests/helpers/ptrack_helpers.py
@@ -285,7 +285,7 @@ def make_simple_node(
285
# Sane default parameters
286
node.append_conf('postgresql.auto.conf', 'max_connections = 100')
287
node.append_conf('postgresql.auto.conf', 'shared_buffers = 10MB')
288
- node.append_conf('postgresql.auto.conf', 'fsync = on')
+ node.append_conf('postgresql.auto.conf', 'fsync = off')
289
node.append_conf('postgresql.auto.conf', 'wal_level = logical')
290
node.append_conf('postgresql.auto.conf', 'hot_standby = off')
291
0 commit comments