mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-27 04:41:03 +00:00
fix: change ticks so it syncs playtime each 2 minutes
This commit is contained in:
@@ -28,7 +28,7 @@ interface GameExecutables {
|
|||||||
[key: string]: ExecutableInfo[];
|
[key: string]: ExecutableInfo[];
|
||||||
}
|
}
|
||||||
|
|
||||||
const TICKS_TO_UPDATE_API = 120;
|
const TICKS_TO_UPDATE_API = 80;
|
||||||
let currentTick = 1;
|
let currentTick = 1;
|
||||||
|
|
||||||
const isWindowsPlatform = process.platform === "win32";
|
const isWindowsPlatform = process.platform === "win32";
|
||||||
|
|||||||
Reference in New Issue
Block a user