mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
Some call flows require this, others don't and on 22.7 we seem to miss one that did. Instead of adding more monitor reloads in the possible spots move the ones that are shared into the general routing reload since the two are almost always clustered together. Also use the $interface argument to figure out which monitors require reloading. This will avoid quite a few spurious reloads on larger setups. Boot is a little special, but easy enough to ensure we don't call monitor reload twice.