Skip to content

Instantly share code, notes, and snippets.

@rivernews
Last active December 8, 2019 22:09
Show Gist options
  • Save rivernews/9c3ce5cbbfecd455716fd1cd0492ff15 to your computer and use it in GitHub Desktop.
Save rivernews/9c3ce5cbbfecd455716fd1cd0492ff15 to your computer and use it in GitHub Desktop.
# CONNECTION
listen_addresses = '*'
# REPLICATION
wal_level = logical # minimal, archive, hot_standby, or logical (change requires restart)
max_wal_senders = 4 # max number of walsender processes (change requires restart)
#wal_keep_segments = 4 # in logfile segments, 16MB each; 0 disables
#wal_sender_timeout = 60s # in milliseconds; 0 disables
max_replication_slots = 4 # max number of replication slots (change requires restart)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment