Skip to content

Commit

Permalink
timeouts from 10s to 30s (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Jan 27, 2024
1 parent 08aa0f6 commit 01b9960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ defaults
option dontlognull
option redispatch
timeout connect 10s
timeout client 10s
timeout server 10s
timeout client 30s
timeout server 30s

userlist app_api_credentials
user app_api_haproxy_user insecure-password NC_PASSWORD_PLACEHOLDER
Expand Down

0 comments on commit 01b9960

Please sign in to comment.