mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
wait_interval default value did not match the documented value
This commit is contained in:
parent
c35e70953d
commit
450186fe45
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue