[#224] netmap: Increase snapshot history size to 10

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
support/v0.16
Evgenii Stratonikov 2022-03-10 14:30:04 +03:00 committed by Alex Vanin
parent 666e1d6d8d
commit 624cc0f1c4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const (
// SnapshotCount contains the number of previous snapshots stored by this contract.
// Must be less than 255.
SnapshotCount = 2
SnapshotCount = 10
snapshotKeyPrefix = "snapshot_"
snapshotCurrentIDKey = "snapshotCurrent"
snapshotEpoch = "snapshotEpoch"