1
0
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:
Grigory Smolkin 2019-02-08 09:34:54 +03:00
parent 9256d32e8e
commit c3cf4d31fa

View File

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