mdbx-doc: корректировка описания значения по-умолчанию MDBX_opt_txn_dp_limit.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2024-12-28 22:56:17 +03:00
parent 5ff5080935
commit 63dba2876d

3
mdbx.h
View File

@ -2190,7 +2190,8 @@ typedef enum MDBX_option {
* spill to disk instead. * spill to disk instead.
* *
* The `MDBX_opt_txn_dp_limit` controls described threshold for the current * The `MDBX_opt_txn_dp_limit` controls described threshold for the current
* process. Default is 65536, it is usually enough for most cases. */ * process. Default is 1/42 of the sum of whole and currently available RAM
* size, which the same ones are reported by \ref mdbx_get_sysraminfo(). */
MDBX_opt_txn_dp_limit, MDBX_opt_txn_dp_limit,
/** \brief Controls the in-process initial allocation size for dirty pages /** \brief Controls the in-process initial allocation size for dirty pages