forked from Qortal/qortal
Increased RELAY_REQUEST_MAX_HOPS from 3 to 4, in an attempt to reach more peers.
This commit is contained in:
parent
0430fc8a47
commit
6d06953a0e
@ -59,7 +59,7 @@ public class ArbitraryDataFileListManager {
|
|||||||
/** Maximum number of seconds that a file list relay request is able to exist on the network */
|
/** Maximum number of seconds that a file list relay request is able to exist on the network */
|
||||||
private static long RELAY_REQUEST_MAX_DURATION = 5000L;
|
private static long RELAY_REQUEST_MAX_DURATION = 5000L;
|
||||||
/** Maximum number of hops that a file list relay request is allowed to make */
|
/** Maximum number of hops that a file list relay request is allowed to make */
|
||||||
private static int RELAY_REQUEST_MAX_HOPS = 3;
|
private static int RELAY_REQUEST_MAX_HOPS = 4;
|
||||||
|
|
||||||
|
|
||||||
private ArbitraryDataFileListManager() {
|
private ArbitraryDataFileListManager() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user