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
refactor: optimize sync progress calculation in StatusDisplay
- Improved the sync progress method by cloning the inner heights handle and copying necessary counters without holding the RwLock, enhancing performance.
- Updated the calculation of the last synced filter height to avoid holding the RwLock guard, ensuring better concurrency and responsiveness in the status display.
0 commit comments