mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
feat: increase process watcher sleep time to 5s
This commit is contained in:
parent
cce54f9937
commit
7a1d0b2eaf
@ -8,7 +8,7 @@ import { WindowManager } from "./window-manager";
|
||||
const sleep = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));
|
||||
|
||||
export const startProcessWatcher = async () => {
|
||||
const sleepTime = 300;
|
||||
const sleepTime = 5000;
|
||||
const gamesPlaytime = new Map<number, number>();
|
||||
|
||||
// eslint-disable-next-line no-constant-condition
|
||||
|
Loading…
Reference in New Issue
Block a user