ソースを参照

Bump haproxy timeouts

master
Chris Smith 4年前
コミット
abf3f68881
署名者: Chris Smith <chris@chameth.com> GPGキー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

読み込み中…
キャンセル
保存