forked from Qortal/qortal
Bump Peer response timeout from 2s to 3s
This commit is contained in:
parent
81c6d75d62
commit
d9d4c4c302
@ -46,7 +46,7 @@ public class Peer {
|
|||||||
private static final int CONNECT_TIMEOUT = 2000; // ms
|
private static final int CONNECT_TIMEOUT = 2000; // ms
|
||||||
|
|
||||||
/** Maximum time to wait for a message reply to arrive from peer. (ms) */
|
/** Maximum time to wait for a message reply to arrive from peer. (ms) */
|
||||||
private static final int RESPONSE_TIMEOUT = 2000; // ms
|
private static final int RESPONSE_TIMEOUT = 3000; // ms
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interval between PING messages to a peer. (ms)
|
* Interval between PING messages to a peer. (ms)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user