mirror of
https://github.com/Qortal/qortal.git
synced 2025-06-06 00:07:00 +00:00
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). */
|
/** How often to attempt archiving (ms). */
|
||||||
private long archiveInterval = 7171L; // milliseconds
|
private long archiveInterval = 7171L; // milliseconds
|
||||||
/** Serialization version to use when building an archive */
|
/** 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 */
|
/** Whether to automatically bootstrap instead of syncing from genesis */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user