wait_interval default value did not match the documented value

pull/18777/head
Gerrit Germis 9 years ago committed by Matt Clay
parent c35e70953d
commit 450186fe45

@ -130,7 +130,7 @@ DEFAULT_SOCKET_LOCATION="/var/run/haproxy.sock"
RECV_SIZE = 1024
ACTION_CHOICES = ['enabled', 'disabled']
WAIT_RETRIES=25
WAIT_INTERVAL=1
WAIT_INTERVAL=5
######################################################################
class TimeoutException(Exception):

Loading…
Cancel
Save