Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 470ad43

Browse files
committed
set timeout of api calls to 15 secs
1 parent 15b3eed commit 470ad43

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

haproxy/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
from config import RunningMode
2424

2525
dockercloud.user_agent = "dockercloud-haproxy/%s" % __version__
26+
dockercloud.api_timeout = 15
2627

2728
logger = logging.getLogger("haproxy")
2829

0 commit comments

Comments
 (0)