Bläddra i källkod

Bump haproxy timeouts

master
Chris Smith 4 år sedan
förälder
incheckning
abf3f68881
Signerad av: Chris Smith <chris@chameth.com> GPG-nyckel ID: 3A2D4BBDC4A3C9A9
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      templates/haproxy.cfg.tpl

+ 2
- 2
templates/haproxy.cfg.tpl Visa fil

@@ -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

Laddar…
Avbryt
Spara