fix: reduce idle interval indicator work
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 26.1.9
|
||||
- Reduced idle CPU usage and energy impact by changing the interval indicator from a permanent 60 FPS timer to a 1-second update cadence.
|
||||
- Reset the interval indicator cleanly when the refresh interval changes or when the indicator is hidden.
|
||||
|
||||
## 26.1.8
|
||||
- Fixed a crash in `PingService` caused by concurrent mutation of shared ping state from multiple async ping tasks.
|
||||
- Moved ping state tracking and reboot suppression windows into an actor so ping success/failure handling is serialized safely.
|
||||
|
||||
Reference in New Issue
Block a user