Skip to content
This repository has been archived by the owner on Nov 18, 2017. It is now read-only.

Commit

Permalink
change synchronus to local by default @codepope
Browse files Browse the repository at this point in the history
  • Loading branch information
Winslett committed Mar 7, 2016
1 parent 101b0d9 commit dcbe849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postgres0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ postgresql:
parameters:
archive_mode: "on"
wal_level: hot_standby
synchronous_commit: "off"
synchronous_commit: "local"
synchronous_standby_names: '*'
archive_command: mkdir -p ../wal_archive && cp %p ../wal_archive/%f
max_wal_senders: 5
Expand Down
2 changes: 1 addition & 1 deletion postgres1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ postgresql:
parameters:
archive_mode: "on"
wal_level: hot_standby
synchronous_commit: "off"
synchronous_commit: "local"
synchronous_standby_names: '*'
archive_command: mkdir -p ../wal_archive && cp %p ../wal_archive/%f
max_wal_senders: 5
Expand Down

0 comments on commit dcbe849

Please sign in to comment.