Raise MAXDBCACHE to 128.

This commit is contained in:
Kurt Zeilenga 2000-06-03 03:37:02 +00:00
parent 743598b3d0
commit 4b352c57ed

View File

@ -105,7 +105,7 @@ typedef struct ldbm_dbcache {
LDBM dbc_db;
} DBCache;
#define MAXDBCACHE 16
#define MAXDBCACHE 128
struct ldbminfo {
ID li_nextid;