summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-06-26 17:24:08 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-06-26 17:24:08 +0100
commit4d388b35ef774c384f083b1561e905476024590c (patch)
tree4c65503989f5485a0401fa232a910ee78c2810f9
parentSimplify timeout specs (diff)
downloadconfig-4d388b35ef774c384f083b1561e905476024590c.tar.bz2
config-4d388b35ef774c384f083b1561e905476024590c.tar.xz
config-4d388b35ef774c384f083b1561e905476024590c.zip
Set big timeouts for compile operations
-rw-r--r--etc/haproxy.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/haproxy.cfg b/etc/haproxy.cfg
index 16ced04..9419236 100644
--- a/etc/haproxy.cfg
+++ b/etc/haproxy.cfg
@@ -95,6 +95,8 @@ listen distcc
bind *:3632
mode tcp
balance leastconn
+ timeout client 5m
+ timeout server 5m
timeout queue 10m
default-server observe layer4 check
server danielg ipv4@danielg.random.lan:3632 maxconn 6 resolvers dns weight 6