Reduce maximum allowed distance back to common block

This commit is contained in:
catbref 2020-03-18 18:02:00 +00:00
parent 873a9d0cee
commit c3d1ecb7e1

View File

@ -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;