瀏覽代碼

Bump haproxy timeouts

master
Chris Smith 4 年之前
父節點
當前提交
abf3f68881
簽署人: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      templates/haproxy.cfg.tpl

+ 2
- 2
templates/haproxy.cfg.tpl 查看文件

@@ -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…
取消
儲存