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