mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
Calling `set_filter_out_inactives` is expensive, since we count up the number of subscribed streams, which iterates through all your streams, creates a new list of subscribed streams, then counts them. In my dev setup, I created 700 streams, and this shaved about 700ms off of the initial call to `build_stream_list`.
45 KiB
45 KiB