Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed May 27, 2024
1 parent b16e3a2 commit ed95af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/kv/mdbx/kv_mdbx.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func NewMDBX(log log.Logger) MdbxOpts {

mapSize: DefaultMapSize,
growthStep: DefaultGrowthStep,
mergeThreshold: 3 * 8192,
mergeThreshold: 2 * 8192,
shrinkThreshold: -1, // default
label: kv.InMem,
}
Expand Down

0 comments on commit ed95af7

Please sign in to comment.