]> git.sur5r.net Git - openldap/commitdiff
Yet more retries for overflow page scan
authorHoward Chu <hyc@symas.com>
Fri, 7 Dec 2012 01:39:49 +0000 (17:39 -0800)
committerHoward Chu <hyc@symas.com>
Fri, 7 Dec 2012 01:39:49 +0000 (17:39 -0800)
libraries/liblmdb/mdb.c

index a74471b813d7fe461f0ad23008b647e66e43a10d..81470d9fe7aceced94027f3bff86c6e59385fdba 100644 (file)
@@ -1338,7 +1338,7 @@ none:
                        MDB_oldpages *mop = txn->mt_env->me_pghead;
                        if (num > 1) {
                                MDB_cursor m2;
-                               int retry = 20, readit = 0, n2 = num-1;
+                               int retry = 60, readit = 0, n2 = num-1;
                                unsigned int i, j, k;
 
                                /* If current list is too short, must fetch more and coalesce */