revert to 50 per page

This commit is contained in:
SpikeHD
2022-07-27 21:52:26 -07:00
parent a843888cb8
commit a6e06e3005

View File

@@ -93,6 +93,9 @@ fn enable_process_watcher(window: tauri::Window, process: String) {
println!("Starting process watcher...");
thread::spawn(move || {
// Initial sleep for 8 seconds, since running 20 different injectors or whatever can take a while
std::thread::sleep(std::time::Duration::from_secs(8));
let mut system = System::new_all();
loop {