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.
2 parents 57c5707 + a48ab7f commit 1bbcd92Copy full SHA for 1bbcd92
config/postgresql.conf
@@ -166,7 +166,12 @@ 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
+
170
+# WARNING: disabling synchronous commit may be dangerous in certain cases.
171
+# See http://www.postgresql.org/docs/current/static/runtime-config-wal.html
172
+# for details.
173
+synchronous_commit = off
174
175
#wal_sync_method = fsync # the default is the first option
176
# supported by the operating system:
177
# open_datasync
0 commit comments