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
feat(sliding-sync): prune inactive room timelines to reduce memory usage
When a room subscription is removed (user navigates away), reset its live
timeline if it has accumulated more than 150 events. This frees the in-memory
event chain for rooms the user is no longer actively viewing.
The full event history remains on disk (IndexedDBStore) and will be
re-fetched from the server subscription on next open, so this is
transparent to the user.
0 commit comments