Update haproxy.cfg

Due to some testing its possible to install the agent via occ and the frontend by setting this on 60s. Lower values didn't work in my testing. 

Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com>
This commit is contained in:
Bastian Derigs 2025-04-17 10:33:04 +02:00 committed by GitHub
parent 1c4fa05601
commit f4b5dbe005
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,9 +4,9 @@ global
maxconn 10
defaults
timeout connect 10s
timeout client 10s
timeout server 10s
timeout connect 60s
timeout client 60s
timeout server 60s
frontend http
mode http