We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07eb7b4 commit 868f948Copy full SHA for 868f948
store/snapshots/manager.go
@@ -73,7 +73,7 @@ const (
73
snapshotMaxItemSize = int(64e6) // SDK has no key/value size limit, so we set an arbitrary limit
74
)
75
76
-var ErrOptsZeroSnapshotInterval = errors.New("snaphot-interval must not be 0")
+var ErrOptsZeroSnapshotInterval = errors.New("snapshot-interval must not be 0")
77
78
// NewManager creates a new manager.
79
func NewManager(store *Store, opts SnapshotOptions, commitSnapshotter CommitSnapshotter, storageSnapshotter StorageSnapshotter, extensions map[string]ExtensionSnapshotter, logger log.Logger) *Manager {
0 commit comments