mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-05 18:18:56 +00:00
I noticed this recently during some testing; for large queue sizes and large connection limits, we could end up opening more connections than we currently have queued messages to deliver. The issue was that the `.min()` constraint was placed on the wrong term of the calculation, clamping prior to scaling, instead of after scaling.