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

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-03-10 14:30:04 +03:00 committed by Alex Vanin
parent 666e1d6d8d
commit 624cc0f1c4

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"