From 65d59db6d1cfc61cd079f473f0b4ab6b0c2dc718 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 14 Jan 2021 15:27:24 +0900 Subject: [PATCH] doc: update repmgr.conf.sample --- repmgr.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index f8702834..334a4bf0 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -238,7 +238,7 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh" #primary_follow_timeout=60 # The max length of time (in seconds) to wait # for the new primary to become available -#standby_follow_timeout=15 # The max length of time (in seconds) to wait +#standby_follow_timeout=30 # The max length of time (in seconds) to wait # for the standby to connect to the primary #standby_follow_restart=false # Restart the standby instead of sending a SIGHUP # (only for PostgreSQL 13 and later)