From b74f8e56f79a3938d0692752ff5fd2d3b61655b7 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Wed, 30 Jan 2019 15:13:22 +0100 Subject: [PATCH] Further refine comments --- debian/config.yml.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/config.yml.in b/debian/config.yml.in index a137fd1..98e2f25 100644 --- a/debian/config.yml.in +++ b/debian/config.yml.in @@ -49,10 +49,9 @@ bootstrap: # wal_keep_segments: 8 # max_wal_senders: 10 # max_replication_slots: 10 +# max_worker_processes = 8 # wal_log_hints: "on" -# archive_mode: "on" -# archive_timeout: 1800s -# archive_command: mkdir -p ../wal_archive && test ! -f ../wal_archive/%f && cp %p ../wal_archive/%f +# track_commit_timestamp = "off" # recovery_conf: # restore_command: cp ../wal_archive/%f %p # Set pg_hba.conf to the following values after bootstrapping or cloning.