stupid machine...

This commit is contained in:
legop3
2026-05-01 17:29:49 -04:00
parent a8dd71193a
commit b8bcd49473
6 changed files with 8 additions and 10 deletions
@@ -1,7 +1,7 @@
const { spawn } = require('child_process');
const EventEmitter = require('events');
const POLL_INTERVAL_MS = 1000;
const POLL_INTERVAL_MS = 3500;
const SCAN_TIMEOUT_MS = 2000;
const RECONNECT_DELAY_MS = 5000;