Skip to content

Commit

Permalink
MAXIMUM_RETRIES reduced from 3 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
archived-2 committed Mar 30, 2021
1 parent c3e5298 commit 8d613a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/qortal/controller/Synchronizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8d613a6

Please sign in to comment.