Set mysqlmon timeouts to 10 seconds

The backend timeouts should help prevent disconnections.
This commit is contained in:
Markus Mäkelä
2018-06-05 13:20:53 +03:00
parent 0dd7448586
commit 238a00f29d
15 changed files with 45 additions and 30 deletions

View File

@ -13,9 +13,9 @@ failcount=1
allow_cluster_recovery=true
replication_user=repl
replication_password=repl
backend_connect_timeout=3
backend_read_timeout=3
backend_write_timeout=3
backend_connect_timeout=10
backend_read_timeout=10
backend_write_timeout=10
auto_failover=true
[RW Split Router]