mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Merge remote-tracking branch 'origin/mdb.master'
This commit is contained in:
commit
ef3b4213ff
1 changed files with 1 additions and 1 deletions
|
|
@ -1338,7 +1338,7 @@ none:
|
|||
MDB_oldpages *mop = txn->mt_env->me_pghead;
|
||||
if (num > 1) {
|
||||
MDB_cursor m2;
|
||||
int retry = 2, readit = 0, n2 = num-1;
|
||||
int retry = 20, readit = 0, n2 = num-1;
|
||||
unsigned int i, j, k;
|
||||
|
||||
/* If current list is too short, must fetch more and coalesce */
|
||||
|
|
|
|||
Loading…
Reference in a new issue