Merge pull request #5487 from FinnStutzenstein/smallerTimeouts

Smaller timeouts for HaProxy
This commit is contained in:
Finn Stutzenstein 2020-07-31 08:56:46 +02:00 committed by GitHub
commit 296a39929e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -3,13 +3,14 @@ global
defaults
option http-use-htx
timeout connect 10s
timeout connect 3s
timeout client 10s
timeout client-fin 10s
timeout server 10s
timeout server-fin 10s
timeout check 10s
timeout check 2s
timeout tunnel 10s
timeout queue 2s
log global
option httplog