Skip to content

Commit 01b9960

Browse files
authored
timeouts from 10s to 30s (#6)
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 08aa0f6 commit 01b9960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haproxy.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ defaults
1111
option dontlognull
1212
option redispatch
1313
timeout connect 10s
14-
timeout client 10s
15-
timeout server 10s
14+
timeout client 30s
15+
timeout server 30s
1616

1717
userlist app_api_credentials
1818
user app_api_haproxy_user insecure-password NC_PASSWORD_PLACEHOLDER

0 commit comments

Comments
 (0)