mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
MAXIMUM_RETRIES reduced from 3 to 1
This commit is contained in:
@@ -54,7 +54,7 @@ public class Synchronizer {
|
||||
private static final int MAXIMUM_REQUEST_SIZE = 200; // XXX move to Settings?
|
||||
|
||||
/** Number of retry attempts if a peer fails to respond with the requested data */
|
||||
private static final int MAXIMUM_RETRIES = 3; // XXX move to Settings?
|
||||
private static final int MAXIMUM_RETRIES = 1; // XXX move to Settings?
|
||||
|
||||
|
||||
private static Synchronizer instance;
|
||||
|
Reference in New Issue
Block a user