Skip to content

Commit 451e2b8

Browse files
committed
Lowered DHT request timeout
1 parent cace8c2 commit 451e2b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/com/biglybt/plugin/dht/impl/DHTPluginImpl.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,10 @@
152152
_port,
153153
3,
154154
1,
155-
10000, // udp timeout - tried less but a significant number of
155+
5000, // udp timeout - tried less but a significant number of
156156
// premature timeouts occurred
157+
// reduced from 10s to 5s on 2024/03 as observing few
158+
// responses received after 5s
157159
send_delay, recv_delay,
158160
bootstrap,
159161
initial_reachable,

0 commit comments

Comments
 (0)