mirror of
https://github.com/balena-io/open-balena.git
synced 2025-04-08 03:24:18 +00:00
Added units to haproxy.cfg default timeouts
I added unit 's' (second) to the default timeouts in order to make them more readable. Change-type: patch
This commit is contained in:
parent
17419557a5
commit
de0293563f
@ -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