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.
2 parents caf79f2 + 23581e0 commit 930c590Copy full SHA for 930c590
config/config.go
@@ -100,6 +100,7 @@ type StateStoreConfig struct {
100
101
func DefaultStateCommitConfig() StateCommitConfig {
102
return StateCommitConfig{
103
+ Enable: true,
104
AsyncCommitBuffer: DefaultAsyncCommitBuffer,
105
CacheSize: DefaultCacheSize,
106
SnapshotInterval: DefaultSnapshotInterval,
@@ -109,6 +110,7 @@ func DefaultStateCommitConfig() StateCommitConfig {
109
110
111
func DefaultStateStoreConfig() StateStoreConfig {
112
return StateStoreConfig{
113
114
Backend: "pebbledb",
115
AsyncWriteBuffer: DefaultSSAsyncBuffer,
116
KeepRecent: DefaultSSKeepRecent,
0 commit comments