Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Apr 23, 2024
1 parent 4350b11 commit 85a4e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdbx/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const (
OptSpillMinDenominator = C.MDBX_opt_spill_min_denominator
OptSpillParent4ChildDenominator = C.MDBX_opt_spill_parent4child_denominator
OptMergeThreshold16dot16Percent = C.MDBX_opt_merge_threshold_16dot16_percent
OptPreferWafInsteadOfBalance = C.MDBX_opt_prefer_waf_insteadof_balance
//OptPreferWafInsteadOfBalance = C.MDBX_opt_prefer_waf_insteadof_balance
)

var (
Expand Down

0 comments on commit 85a4e0e

Please sign in to comment.