mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: add MDBX_opt_rp_augment_limit
.
More for https://github.com/erthink/libmdbx/issues/128 Change-Id: I94f3350b72ad11d0b586aaef1574f7654223bc40
This commit is contained in:
4
mdbx.h
4
mdbx.h
@@ -1802,6 +1802,10 @@ enum MDBX_option_t {
|
||||
|
||||
/** \brief The limit to grow a list of pre-allocated dirty pages. */
|
||||
MDBX_opt_dp_reserve_limit,
|
||||
|
||||
/** \brief The limit to grow a list of reclaimed pages
|
||||
* for finding a sequence of contiguous pages. */
|
||||
MDBX_opt_rp_augment_limit,
|
||||
};
|
||||
#ifndef __cplusplus
|
||||
/** \ingroup c_settings */
|
||||
|
Reference in New Issue
Block a user