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:
parent
920fbb9d70
commit
aa649a2754
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user