Reduce failcount for mysqlmon_detect_standalone_master

The test seems to continue before the failover has finished. Reducing the
failcount from 2 to 1 should speed up the master failover process.
This commit is contained in:
Markus Mäkelä 2018-09-20 09:49:47 +03:00
parent 920fbb9d70
commit aa649a2754
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -9,7 +9,7 @@ user=maxskysql
password= skysql
monitor_interval=1000
detect_standalone_master=true
failcount=2
failcount=1
allow_cluster_recovery=false
backend_connect_timeout=10
backend_read_timeout=10