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; LDBM dbc_db;
} DBCache; } DBCache;
#define MAXDBCACHE 16 #define MAXDBCACHE 128
struct ldbminfo { struct ldbminfo {
ID li_nextid; ID li_nextid;