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