const USER_IDLE_WARN_INTERVAL_SECS: i64 = 60;Expand description
Rate-limit window for repeated UserIdle::get_time failure warnings.
One log line per 60 s is enough to surface a persistent platform-API
breakage without spamming the log file once per tick.