forked from Qortal/qortal
Reduce maximum allowed distance back to common block
This commit is contained in:
parent
873a9d0cee
commit
c3d1ecb7e1
@ -39,7 +39,7 @@ public class Synchronizer {
|
||||
|
||||
private static final int INITIAL_BLOCK_STEP = 8;
|
||||
private static final int MAXIMUM_BLOCK_STEP = 500;
|
||||
private static final int MAXIMUM_COMMON_DELTA = 1440; // XXX move to Settings?
|
||||
private static final int MAXIMUM_COMMON_DELTA = 240; // XXX move to Settings?
|
||||
private static final int SYNC_BATCH_SIZE = 200;
|
||||
|
||||
private static Synchronizer instance;
|
||||
|
Loading…
x
Reference in New Issue
Block a user