mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-29 05:41:03 +00:00
feat: call update game endpoint on process watcher at each 120 ticks
This commit is contained in:
@@ -10,6 +10,6 @@ export const startMainLoop = async () => {
|
||||
DownloadManager.watchDownloads(),
|
||||
]);
|
||||
|
||||
await sleep(500);
|
||||
await sleep(1000);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user