wait_interval default value did not match the documented value

reviewable/pr18780/r1
Gerrit Germis 10 years ago
parent 0ad12cdcf4
commit 2612da50ad

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

Loading…
Cancel
Save