mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Raise MAXDBCACHE to 128.
This commit is contained in:
parent
743598b3d0
commit
4b352c57ed
@ -105,7 +105,7 @@ typedef struct ldbm_dbcache {
|
|||||||
LDBM dbc_db;
|
LDBM dbc_db;
|
||||||
} DBCache;
|
} DBCache;
|
||||||
|
|
||||||
#define MAXDBCACHE 16
|
#define MAXDBCACHE 128
|
||||||
|
|
||||||
struct ldbminfo {
|
struct ldbminfo {
|
||||||
ID li_nextid;
|
ID li_nextid;
|
||||||
|
Loading…
Reference in New Issue
Block a user