Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 23581e0

Browse files
committed
Enable SeiDB by default
1 parent caf79f2 commit 23581e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ type StateStoreConfig struct {
100100

101101
func DefaultStateCommitConfig() StateCommitConfig {
102102
return StateCommitConfig{
103+
Enable: true,
103104
AsyncCommitBuffer: DefaultAsyncCommitBuffer,
104105
CacheSize: DefaultCacheSize,
105106
SnapshotInterval: DefaultSnapshotInterval,
@@ -109,6 +110,7 @@ func DefaultStateCommitConfig() StateCommitConfig {
109110

110111
func DefaultStateStoreConfig() StateStoreConfig {
111112
return StateStoreConfig{
113+
Enable: true,
112114
Backend: "pebbledb",
113115
AsyncWriteBuffer: DefaultSSAsyncBuffer,
114116
KeepRecent: DefaultSSKeepRecent,

0 commit comments

Comments
 (0)