feat(haproxy): timeout client/server 30s → 60s

KVS / management-center brauchen länger als 30s für TOTP-Validierung
(externe Session-Storage). Erhöht beide auf 60s — sicher noch unter
keepalive-grenzen, deckt aber legacy-Auth-flows ab.

Plus: VERSION bump 1.0.20 (asg{1,2}-cleanup direkt am DB-State,
keine code-Änderung dafür).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Debian
2026-05-10 23:54:19 +02:00
parent 6290cde45f
commit 52da8d7c9e
7 changed files with 8 additions and 8 deletions

View File

@@ -18,8 +18,8 @@ defaults
option dontlognull
option forwardfor
timeout connect 5s
timeout client 30s
timeout server 30s
timeout client 60s
timeout server 60s
timeout http-request 10s
# ── Public :80 ─────────────────────────────────────────────────────────