Skip to content

Commit ad5cb6b

Browse files
author
JkLondon
committed
added MDBX_opt_gc_time_limit
1 parent f298a8b commit ad5cb6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mdbx/env.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ const (
108108
OptSpillParent4ChildDenominator = C.MDBX_opt_spill_parent4child_denominator
109109
OptMergeThreshold16dot16Percent = C.MDBX_opt_merge_threshold_16dot16_percent
110110
OptPreferWafInsteadofBalance = C.MDBX_opt_prefer_waf_insteadof_balance
111+
OptGCTimeLimit = C.MDBX_opt_gc_time_limit
111112
)
112113

113114
var (

0 commit comments

Comments
 (0)