Skip to content

Commit 11f5c94

Browse files
committed
Increased SR info broadcast interval to 120s
1 parent 258bf50 commit 11f5c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mesh/SignalRoutingModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Graph;
3030
#define MAX_SIGNAL_ROUTING_NEIGHBORS 10
3131

3232
// Broadcast interval for signal routing info (2 minutes)
33-
#define SIGNAL_ROUTING_BROADCAST_SECS 30
33+
#define SIGNAL_ROUTING_BROADCAST_SECS 120
3434

3535
// Speculative retransmit timeout (600ms)
3636
#define SPECULATIVE_RETRANSMIT_TIMEOUT_MS 600

0 commit comments

Comments
 (0)