mirror of
https://github.com/balena-io/open-balena.git
synced 2025-01-31 00:23:54 +00:00
Merge pull request #75 from Langhalsdino/patch-1
Add units to the default timeouts in haproxy.cfg
This commit is contained in:
commit
b99e497ac9
@ -2,9 +2,9 @@ global
|
||||
tune.ssl.default-dh-param 1024
|
||||
|
||||
defaults
|
||||
timeout connect 5000
|
||||
timeout client 50000
|
||||
timeout server 50000
|
||||
timeout connect 5s
|
||||
timeout client 50s
|
||||
timeout server 50s
|
||||
|
||||
frontend http-in
|
||||
mode http
|
||||
|
Loading…
x
Reference in New Issue
Block a user