diff --git a/src/main/services/process-watcher.ts b/src/main/services/process-watcher.ts index 74811735..ffed95e9 100644 --- a/src/main/services/process-watcher.ts +++ b/src/main/services/process-watcher.ts @@ -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 = 5000; + const sleepTime = 500; const gamesPlaytime = new Map(); // eslint-disable-next-line no-constant-condition