renamed config options to a much more descriptive name

This commit is contained in:
Christian Kruse
2014-01-21 15:19:50 +01:00
parent 388bbfb773
commit 7cf2eb440d
4 changed files with 20 additions and 19 deletions

View File

@@ -51,11 +51,12 @@ pg_bindir=/usr/bin/
#
# change monitoring interval; default is 2s
#
# sleep_monitor=2
# monitor_interval_secs=2
#
# change wait time for master; before we bail out and exit when the
# master disappears, we wait 6 * sleep_delay seconds; by default this
# would be half an hour (since sleep_delay default value is 300)
# master disappears, we wait 6 * retry_promote_interval_secs seconds;
# by default this would be half an hour (since sleep_delay default
# value is 300)
#
# sleep_delay=300
# retry_promote_interval_secs=300