mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 16:34:45 -05:00
Raise MAXDBCACHE to 128.
This commit is contained in:
parent
743598b3d0
commit
4b352c57ed
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ typedef struct ldbm_dbcache {
|
|||
LDBM dbc_db;
|
||||
} DBCache;
|
||||
|
||||
#define MAXDBCACHE 16
|
||||
#define MAXDBCACHE 128
|
||||
|
||||
struct ldbminfo {
|
||||
ID li_nextid;
|
||||
|
|
|
|||
Loading…
Reference in a new issue