Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9aab136

Browse files
committed
use fsync=on in reinit.sh
1 parent cd95870 commit 9aab136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/reinit-mm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ do
4444
port = '$port'
4545
max_prepared_transactions = 100
4646
synchronous_commit = on
47-
fsync = off
47+
fsync = on
4848
wal_level = logical
49-
max_worker_processes = 15
49+
max_worker_processes = 100
5050
max_replication_slots = 10
5151
max_wal_senders = 10
5252
shared_preload_libraries = 'multimaster'

0 commit comments

Comments
 (0)