You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Mozilla team changed the midl.h file and made the MDB_IDL_LOGN define customizable using a Cargo TOML feature. This change was made to reduce the number of free pages when opening a database in read-write mode.
A bunch of questions for this issue to be closed:
Do we care about this parameter for Meilisearch?
Do other companies need this?
Should we reintroduce this patch to the LMDB source code?
Should hyc introduce the #ifndef #endif changes in the official source code?
The text was updated successfully, but these errors were encountered:
The Mozilla team changed the midl.h file and made the
MDB_IDL_LOGN
define customizable using a Cargo TOML feature. This change was made to reduce the number of free pages when opening a database in read-write mode.A bunch of questions for this issue to be closed:
#ifndef #endif
changes in the official source code?The text was updated successfully, but these errors were encountered: