mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
revert to 50 per page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user