feat: call update game endpoint on process watcher at each 120 ticks

This commit is contained in:
Zamitto 2024-08-19 20:53:34 -03:00
parent 856a4c706a
commit bab041b5f7
2 changed files with 76 additions and 38 deletions

View file

@ -10,6 +10,6 @@ export const startMainLoop = async () => {
DownloadManager.watchDownloads(),
]);
await sleep(500);
await sleep(1000);
}
};