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 d78ff9f commit 7b4eb1fCopy full SHA for 7b4eb1f
config/postgresql.conf
@@ -166,7 +166,7 @@ random_page_cost = 2
166
#wal_level = minimal # minimal, archive, or hot_standby
167
# (change requires restart)
168
#fsync = on # turns forced synchronization on or off
169
-#synchronous_commit = on # synchronization level; on, off, or local
+synchronous_commit = off # synchronization level; on, off, or local
170
#wal_sync_method = fsync # the default is the first option
171
# supported by the operating system:
172
# open_datasync
0 commit comments