refactor: x64 performance

This commit is contained in:
zhom
2026-04-12 01:58:48 +04:00
parent 0189d2ec39
commit feb7afaf30
3 changed files with 43 additions and 7 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ impl SyncScheduler {
}
}
}
_ = sleep(Duration::from_millis(500)) => {
_ = sleep(Duration::from_millis(2000)) => {
scheduler.process_pending(&app_handle_clone).await;
}
}