mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: call update game endpoint on process watcher at each 120 ticks
This commit is contained in:
parent
856a4c706a
commit
bab041b5f7
2 changed files with 76 additions and 38 deletions
|
@ -10,6 +10,6 @@ export const startMainLoop = async () => {
|
|||
DownloadManager.watchDownloads(),
|
||||
]);
|
||||
|
||||
await sleep(500);
|
||||
await sleep(1000);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue