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
fix: resolve scroll jumping issue on smaller screens
- Increased message limit threshold from 500 to 750 messages
- Only apply message limiting for very long conversations (>1000 messages)
- Balanced viewport rendering (1500px top/bottom instead of 3000px/1000px)
- Increased LRU cache capacity from 100 to 200 entries with longer TTL
- Expanded viewport tracking window from 100 to 200 messages
These changes prevent aggressive message filtering that was causing
scroll position jumps while maintaining memory optimizations from PR #6697.
Fixes#7026
0 commit comments