Merge pull request #5487 from FinnStutzenstein/smallerTimeouts
Smaller timeouts for HaProxy
This commit is contained in:
commit
296a39929e
@ -3,13 +3,14 @@ global
|
|||||||
|
|
||||||
defaults
|
defaults
|
||||||
option http-use-htx
|
option http-use-htx
|
||||||
timeout connect 10s
|
timeout connect 3s
|
||||||
timeout client 10s
|
timeout client 10s
|
||||||
timeout client-fin 10s
|
timeout client-fin 10s
|
||||||
timeout server 10s
|
timeout server 10s
|
||||||
timeout server-fin 10s
|
timeout server-fin 10s
|
||||||
timeout check 10s
|
timeout check 2s
|
||||||
timeout tunnel 10s
|
timeout tunnel 10s
|
||||||
|
timeout queue 2s
|
||||||
log global
|
log global
|
||||||
option httplog
|
option httplog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user