Merge pull request #28662 from cachedout/issue_24758

Add note about disabling master_alive_interval
This commit is contained in:
Mike Place 2015-11-06 17:38:12 -07:00
commit e129e889ad

View File

@ -31,7 +31,9 @@
# master_type: str
# Poll interval in seconds for checking if the master is still there. Only
# respected if master_type above is "failover".
# respected if master_type above is "failover". To disable the interval entirely,
# set the value to -1. (This may be necessary on machines which have high numbers
# of TCP connections, such as load balancers.)
# master_alive_interval: 30
# Set whether the minion should connect to the master via IPv6: