Skip to content

Commit

Permalink
Merge pull request #2709 from will-2012/update-versadb-config0
Browse files Browse the repository at this point in the history
chore: update trivals
  • Loading branch information
will-2012 committed Sep 14, 2024
2 parents 5bbfa69 + 4b17959 commit b8f5b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions triedb/versiondb/versadb.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func New(config *Config) *VersionDB {
MemHighWaterMark: 60,
MemEvictInternal: 200,
}
_ = cfg
}
db, err := versa.NewVersaDB(path, &versa.VersaDBConfig{
FlushInterval: 2000,
Expand Down

0 comments on commit b8f5b6a

Please sign in to comment.