From 897381214426dd2775b08c81f8a154b7421ef711 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 5 Nov 2015 13:51:05 +0900 Subject: [PATCH] "How many" -> "Number of" --- repmgr.conf.sample | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index dc2a0874..bd0e5e8e 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -116,12 +116,12 @@ logfacility=STDERR # # These settings are only applied when repmgrd is running. -# How many seconds to wait for a response from the primary server before +# Number of seconds to wait for a response from the primary server before # deciding it has failed master_response_timeout=60 -# How many times to try and reconnect to the primary before starting +# Number of times to try and reconnect to the primary before starting # the failover procedure reconnect_attempts=6 reconnect_interval=10 @@ -142,5 +142,3 @@ follow_command='repmgr standby follow -f /path/to/repmgr.conf -W' # default value is 300) # # retry_promote_interval_secs=300 - -