Skip to content

Commit ec3a03f

Browse files
committed
Optimize: Increase RX log listen window to 10 seconds for improved echo handling
1 parent 103bf10 commit ec3a03f

2 files changed

Lines changed: 1 addition & 188 deletions

File tree

IMPLEMENTATION_SUMMARY.md

Lines changed: 0 additions & 187 deletions
This file was deleted.

content/wardrive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const STATUS_UPDATE_DELAY_MS = 100; // Brief delay to ensure "Ping se
4444
const MAP_REFRESH_DELAY_MS = 1000; // Delay after API post to ensure backend updated
4545
const MIN_PAUSE_THRESHOLD_MS = 1000; // Minimum timer value (1 second) to pause
4646
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)
47+
const RX_LOG_LISTEN_WINDOW_MS = 10000; // Listen window for repeater echoes (7 seconds)
4848

4949
// Pre-computed channel hash and key for the wardriving channel
5050
// These will be computed once at startup and used for message correlation and decryption

0 commit comments

Comments
 (0)