mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#4360 must init c_minfree
This commit is contained in:
parent
cf94f444fc
commit
bf0692d5ba
@ -59,6 +59,7 @@ bdb_db_init( BackendDB *be )
|
||||
bdb->bi_dbenv_mode = SLAPD_DEFAULT_DB_MODE;
|
||||
|
||||
bdb->bi_cache.c_maxsize = DEFAULT_CACHE_SIZE;
|
||||
bdb->bi_cache.c_minfree = 1;
|
||||
|
||||
bdb->bi_lock_detect = DB_LOCK_DEFAULT;
|
||||
bdb->bi_search_stack_depth = DEFAULT_SEARCH_STACK_DEPTH;
|
||||
|
Loading…
Reference in New Issue
Block a user