forked from TrueCloudLab/frostfs-contract
[#224] netmap: Increase snapshot history size to 10
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
666e1d6d8d
commit
624cc0f1c4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const (
|
||||||
|
|
||||||
// SnapshotCount contains the number of previous snapshots stored by this contract.
|
// SnapshotCount contains the number of previous snapshots stored by this contract.
|
||||||
// Must be less than 255.
|
// Must be less than 255.
|
||||||
SnapshotCount = 2
|
SnapshotCount = 10
|
||||||
snapshotKeyPrefix = "snapshot_"
|
snapshotKeyPrefix = "snapshot_"
|
||||||
snapshotCurrentIDKey = "snapshotCurrent"
|
snapshotCurrentIDKey = "snapshotCurrent"
|
||||||
snapshotEpoch = "snapshotEpoch"
|
snapshotEpoch = "snapshotEpoch"
|
||||||
|
|
Loading…
Reference in a new issue