fix: reduce idle interval indicator work

This commit is contained in:
2026-04-19 23:02:51 +02:00
parent d978c51fbd
commit 9be8d41c94
2 changed files with 16 additions and 4 deletions

View File

@@ -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.