Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ type StateStoreConfig struct {
// Whether to keep last version of a key during pruning or delete
// defaults to true
KeepLastVersion bool `mapstructure:"keep-last-version"`

// Number of versions per shard
VersionShardSize int64 `mapstructure:"version-shard-size"`
}

func DefaultStateCommitConfig() StateCommitConfig {
Expand Down
Loading