mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 15:46:29 +00:00
Replace hard-coded value with local_options.reconnect_attempts;
This commit is contained in:
@@ -55,7 +55,7 @@ pg_bindir=/usr/bin/
|
||||
|
||||
#
|
||||
# change wait time for master; before we bail out and exit when the
|
||||
# master disappears, we wait 6 * retry_promote_interval_secs seconds;
|
||||
# master disappears, we wait reconnect_attempts * retry_promote_interval_secs seconds;
|
||||
# by default this would be half an hour (since sleep_delay default
|
||||
# value is 300)
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user