mirror of
https://github.com/taylanbakircioglu/haproxy-openmanager.git
synced 2026-09-24 11:26:29 +00:00
7fffaddaf8
When a backend block in haproxy.cfg does not specify explicit timeout values, the bulk import was injecting hardcoded defaults (connect 10s, server 60s, queue 60s) into the database. These then appeared in the generated config and overrode the agent's defaults section. Now, only explicitly declared timeouts are stored; omitted ones remain NULL so the agent's existing defaults section stays in effect.