View | Details | Raw Unified | Return to bug 58443
Collapse All | Expand All

(-)a/servers/slapd/back-mdb/back-mdb.h (-2 / +1 lines)
Lines 41-47 LDAP_BEGIN_DECL Link Here
41
/* The minimum we can function with */
41
/* The minimum we can function with */
42
#define MINIMUM_SEARCH_STACK_DEPTH	8
42
#define MINIMUM_SEARCH_STACK_DEPTH	8
43
43
44
#define MDB_INDICES		128
44
#define MDB_INDICES		256
45
45
46
#define	MDB_MAXADS	65536
46
#define	MDB_MAXADS	65536
47
47
48
- 

Return to bug 58443