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
{{ message }}
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
It has been observed in relays that the connection manager trims fewer connections than desired.
The explanation for this is a mismatch in the trim logic between peer and connection count.
We trigger the trim logic when the connection count exceeds the high water mark, but we trim using peer count - low water mark as target.
This breaks down in the presence of duplicate connections, and we may end up trimming less connections than desired.
The text was updated successfully, but these errors were encountered:
It has been observed in relays that the connection manager trims fewer connections than desired.
The explanation for this is a mismatch in the trim logic between peer and connection count.
We trigger the trim logic when the connection count exceeds the high water mark, but we trim using
peer count - low water mark
as target.This breaks down in the presence of duplicate connections, and we may end up trimming less connections than desired.
The text was updated successfully, but these errors were encountered: