Fix screensaver idle timeout overflow by using 1s poll intervals with deadline tracking instead of direct millisecond conversion

This commit is contained in:
2026-03-21 03:54:15 -04:00
parent 898002812e
commit ef1d92a108
4 changed files with 18 additions and 5 deletions

2
Cargo.lock generated
View File

@@ -573,7 +573,7 @@ dependencies = [
[[package]]
name = "shed"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"ariadne",
"bitflags",