mirror of
https://github.com/balena-io/open-balena.git
synced 2025-02-12 05:55:29 +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
|
tune.ssl.default-dh-param 1024
|
||||||
|
|
||||||
defaults
|
defaults
|
||||||
timeout connect 5000
|
timeout connect 5s
|
||||||
timeout client 50000
|
timeout client 50s
|
||||||
timeout server 50000
|
timeout server 50s
|
||||||
|
|
||||||
frontend http-in
|
frontend http-in
|
||||||
mode http
|
mode http
|
||||||
|
Loading…
x
Reference in New Issue
Block a user