Skip to content

Commit 7b4eb1f

Browse files
committed
Issue #1947: postgresql: set synchronous_commit to off
1 parent d78ff9f commit 7b4eb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/postgresql.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ random_page_cost = 2
166166
#wal_level = minimal # minimal, archive, or hot_standby
167167
# (change requires restart)
168168
#fsync = on # turns forced synchronization on or off
169-
#synchronous_commit = on # synchronization level; on, off, or local
169+
synchronous_commit = off # synchronization level; on, off, or local
170170
#wal_sync_method = fsync # the default is the first option
171171
# supported by the operating system:
172172
# open_datasync

0 commit comments

Comments
 (0)