fix windows build

This commit is contained in:
2026-05-31 01:46:18 -07:00
parent f89d2f376d
commit 0ec428d86f
+1
View File
@@ -96,6 +96,7 @@ fn disks_ttl_ms() -> u64 {
.unwrap_or(1_000)
})
}
#[cfg(target_os = "linux")]
fn processes_ttl_ms() -> u64 {
static V: OnceCell<u64> = OnceCell::new();
*V.get_or_init(|| {