fix: resolve critical performance issues and UI hangs by optimizing polling and PSS collection

This commit is contained in:
2026-02-23 01:47:13 +01:00
parent e6c5adca5e
commit 9ff0855102
3 changed files with 112 additions and 74 deletions

View File

@@ -17,5 +17,4 @@ serde_json = "1.0.149"
sysinfo = "0.38.2"
tauri = "2.10.2"
tokio = { version = "1.49.0", features = ["full"] }
rayon = "1.10"
clap = { version = "4.5", features = ["derive"] }