1
0
mirror of https://github.com/Qortal/qortal.git synced 2025-09-14 07:30:17 +00:00

Revert "Reduce INITIAL_BLOCK_STEP from 8 to 7."

This reverts commit 0088ba8485.
This commit is contained in:
CalDescent
2022-10-09 19:11:20 +01:00
committed by Matthew DeGarmo
parent 8f551fdee4
commit d0a637ed2f

@@ -43,7 +43,7 @@ public class Synchronizer extends Thread {
private static final int SYNC_BATCH_SIZE = 1000; // XXX move to Settings? private static final int SYNC_BATCH_SIZE = 1000; // XXX move to Settings?
/** Initial jump back of block height when searching for common block with peer */ /** Initial jump back of block height when searching for common block with peer */
private static final int INITIAL_BLOCK_STEP = 7; private static final int INITIAL_BLOCK_STEP = 8;
/** Maximum jump back of block height when searching for common block with peer */ /** Maximum jump back of block height when searching for common block with peer */
private static final int MAXIMUM_BLOCK_STEP = 128; private static final int MAXIMUM_BLOCK_STEP = 128;