Use existing config file options when attempting to connect to server during switchover

This commit is contained in:
Ian Barwick
2015-11-26 11:23:05 +09:00
parent 7a3e2f2a3a
commit 77d52adb53
2 changed files with 7 additions and 12 deletions

View File

@@ -121,8 +121,9 @@ logfacility=STDERR
master_response_timeout=60
# Number of times to try and reconnect to the primary before starting
# the failover procedure
# Number of attempts at what interval (in seconds) to try and
# connect to a server to establish its status (e.g. master
# during failover)
reconnect_attempts=6
reconnect_interval=10