mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-12 00:01:13 +00:00
Previously, we would compare only the names of the pools when updating the round robin source selection state. That meant that if you change the composition of a pool by changing either the number of the definition of its constituent sources, that change may not take effect until the corresponding queues had aged out. This commit resolves this by comparing both the name and the composition of the pool when deciding to rebuild the source selection state.