Created
May 16, 2017 20:30
-
-
Save allaire/ebedb9e897b46a689ca26e9890530538 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node.default["postgresql"]["config"]["wal_level"] = "replica" | |
node.default["postgresql"]["config"]["max_wal_senders"] = 6 | |
node.default["postgresql"]["config"]["wal_keep_segments"] = 120 | |
node.default["postgresql"]["config"]["hot_standby"] = "on" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment