mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-05 13:20:31 +02:00
tests: disable fsync
This commit is contained in:
parent
9256d32e8e
commit
c3cf4d31fa
@ -285,7 +285,7 @@ class ProbackupTest(object):
|
||||
# Sane default parameters
|
||||
node.append_conf('postgresql.auto.conf', 'max_connections = 100')
|
||||
node.append_conf('postgresql.auto.conf', 'shared_buffers = 10MB')
|
||||
node.append_conf('postgresql.auto.conf', 'fsync = on')
|
||||
node.append_conf('postgresql.auto.conf', 'fsync = off')
|
||||
node.append_conf('postgresql.auto.conf', 'wal_level = logical')
|
||||
node.append_conf('postgresql.auto.conf', 'hot_standby = off')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user