We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103bf10 commit ec3a03fCopy full SHA for ec3a03f
2 files changed
IMPLEMENTATION_SUMMARY.md
content/wardrive.js
@@ -44,7 +44,7 @@ const STATUS_UPDATE_DELAY_MS = 100; // Brief delay to ensure "Ping se
44
const MAP_REFRESH_DELAY_MS = 1000; // Delay after API post to ensure backend updated
45
const MIN_PAUSE_THRESHOLD_MS = 1000; // Minimum timer value (1 second) to pause
46
const MAX_REASONABLE_TIMER_MS = 5 * 60 * 1000; // Maximum reasonable timer value (5 minutes) to handle clock skew
47
-const RX_LOG_LISTEN_WINDOW_MS = 7000; // Listen window for repeater echoes (7 seconds)
+const RX_LOG_LISTEN_WINDOW_MS = 10000; // Listen window for repeater echoes (7 seconds)
48
49
// Pre-computed channel hash and key for the wardriving channel
50
// These will be computed once at startup and used for message correlation and decryption
0 commit comments