mdbx: add MDBX_opt_dp_reserve_limit.

More for https://github.com/erthink/libmdbx/issues/128

Change-Id: I620b6dcd833fcff19680770974f32431ab91c0ab
This commit is contained in:
Leonid Yuriev
2020-11-21 17:22:28 +03:00
parent 42019e0b8d
commit 461ba000e3
2 changed files with 35 additions and 0 deletions

3
mdbx.h
View File

@@ -1799,6 +1799,9 @@ enum MDBX_option_t {
MDBX_opt_sync_period,
MDBX_opt_max_dbx,
MDBX_opt_max_readers,
/** \brief The limit to grow a list of pre-allocated dirty pages. */
MDBX_opt_dp_reserve_limit,
};
#ifndef __cplusplus
/** \ingroup c_settings */