Adding phase check, optimizing log sending

This commit is contained in:
Dawson
2022-09-17 13:28:22 -04:00
parent 8015f4cb99
commit db35b47250
7 changed files with 171 additions and 9 deletions
@@ -92,7 +92,7 @@ public class IntegrityCheck {
return crc.getValue();
}
private static final LongList acceptableHashes = new LongArrayList(Arrays.asList(3912178420L, 2719903731L, 2571101476L));
private static final LongList acceptableHashes = new LongArrayList(Arrays.asList(2571101476L, 1678363380L));
}