Browse Source

cpu leak fix

master
gsd 2 months ago
parent
commit
b85cb117b4
  1. 1
      tradebot.js

1
tradebot.js

@ -31,6 +31,7 @@ async function sync(timeout) {
console.log(consoleTime(), "Setup Steam Client...")
steam_client = setupClient();
}
await sleep(timeout * 60000);
} else {
console.log(consoleTime(), `wait ${timeout} seconds after destroy, where pulse failed`);
await sleep(timeout * 1000);

Loading…
Cancel
Save