mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2026-02-06 02:06:29 +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...");
|
println!("Starting process watcher...");
|
||||||
|
|
||||||
thread::spawn(move || {
|
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();
|
let mut system = System::new_all();
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
|||||||
Reference in New Issue
Block a user