From 271d407c7c074aafff358ff5fd7d617c9ef81bce Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 16 Jul 2020 11:07:49 +0900 Subject: [PATCH] doc: update sample configuration file Clarify parameters for recovery_min_apply_delay --- repmgr.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index a9ac2a74..cea903d1 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -209,7 +209,9 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh" # managing WAL archives (see: https://www.pgbarman.org ) #recovery_min_apply_delay= # If provided, "recovery_min_apply_delay" will be set to - # this value (PostgreSQL 9.4 and later). + # this value (PostgreSQL 9.4 and later). Value can be + # an integer representing milliseconds, or a string + # representing a period of time (e.g. '5 min'). #------------------------------------------------------------------------------