forked from Qortal/qortal
defaultArchiveVersion set to 2
This commit is contained in:
parent
6f0479c4fc
commit
1f30bef4f8
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user