Closed Hywan closed 2 months ago
I've removed the comments as suggested by @bnjbvr and I've used u16::MAX
directly, without substrating 1.
Attention: Patch coverage is 0%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 84.24%. Comparing base (
f576c72
) to head (f00bbf8
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...s/matrix-sdk-ui/src/room_list_service/room_list.rs | 0.00% | 12 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This broadcast channel can easily be overflowed if more than 100 updates arrive at the time. This patch extends the capacity to 2^16 - 1.
This patch also adds more logs to detect lagged on this channel from the room list point of view.