Browse Source

Bump haproxy timeouts

master
Chris Smith 4 years ago
parent
commit
abf3f68881
Signed by: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      templates/haproxy.cfg.tpl

+ 2
- 2
templates/haproxy.cfg.tpl View File

@@ -11,8 +11,8 @@ defaults
11 11
     log global
12 12
     mode    http
13 13
     timeout connect 5000
14
-    timeout client 5000
15
-    timeout server 5000
14
+    timeout client 30000
15
+    timeout server 30000
16 16
     compression algo gzip
17 17
     compression type text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript
18 18
     default-server init-addr last,libc,none check resolvers docker_resolver

Loading…
Cancel
Save