mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 05:03:26 +01:00
MDB_VL32 - increase max write txn size
This commit is contained in:
parent
02abe3590d
commit
8860b7497f
2
external/db_drivers/liblmdb/midl.h
vendored
2
external/db_drivers/liblmdb/midl.h
vendored
@ -61,7 +61,7 @@ typedef MDB_ID *MDB_IDL;
|
||||
* limiting factors: sizeof(ID), thread stack size
|
||||
*/
|
||||
#ifdef MDB_VL32
|
||||
#define MDB_IDL_LOGN 10 /* DB_SIZE is 2^10, UM_SIZE is 2^11 */
|
||||
#define MDB_IDL_LOGN 14 /* DB_SIZE is 2^14, UM_SIZE is 2^15 */
|
||||
#else
|
||||
#define MDB_IDL_LOGN 16 /* DB_SIZE is 2^16, UM_SIZE is 2^17 */
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user