You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dropping dynamic map update and getting back to update via reloads
until the follwing issues are fixed:
Currently dynamic map update is done by clearing map file and then
pushing content via the runtime socket using the payload syntax
- haproxy needs to provide a transactional way of updating map files via
runtime socket. In order not to have incorrect map content between the
time content is cleared and replaced.
- updating map file via a payload limits content size to tune.bufsize
which is 16k by default:
https://cbonte.github.io/haproxy-dconv/2.3/management.html#9.3
0 commit comments