ITS#10534 lmdb: update mdb_env_get_maxkeysize() doc

This commit is contained in:
Howard Chu 2026-07-12 16:49:33 +01:00
parent 7ed58053d0
commit c7ef658f07

View file

@ -1054,7 +1054,7 @@ int mdb_env_set_maxdbs(MDB_env *env, MDB_dbi dbs);
/** @brief Get the maximum size of keys and #MDB_DUPSORT data we can write.
*
* Depends on the compile-time constant #MDB_MAXKEYSIZE. Default 511.
* Depends on the page size. Can only be used after #mdb_env_open().
* See @ref MDB_val.
* @param[in] env An environment handle returned by #mdb_env_create()
* @return The maximum size of a key we can write