defaultArchiveVersion set to 2

This commit is contained in:
CalDescent 2023-05-24 19:54:36 +01:00
parent 6f0479c4fc
commit 1f30bef4f8

View File

@ -181,7 +181,7 @@ public class Settings {
/** How often to attempt archiving (ms). */
private long archiveInterval = 7171L; // milliseconds
/** Serialization version to use when building an archive */
private int defaultArchiveVersion = 1;
private int defaultArchiveVersion = 2;
/** Whether to automatically bootstrap instead of syncing from genesis */