[1877] in Moira Commits

home help back first fref pref prev next nref lref last post

/svn/moira r4019 - trunk/moira/incremental/ldap

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Wed Sep 1 18:25:59 2010

Date: Wed, 1 Sep 2010 18:25:46 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201009012225.o81MPkAT004272@drugstore.mit.edu>
To: moira-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2010-09-01 18:25:46 -0400 (Wed, 01 Sep 2010)
New Revision: 4019

Modified:
   trunk/moira/incremental/ldap/winad.c
Log:
Iterate through LDAP entries in smaller chunks.

Modified: trunk/moira/incremental/ldap/winad.c
===================================================================
--- trunk/moira/incremental/ldap/winad.c	2010-08-30 16:22:37 UTC (rev 4018)
+++ trunk/moira/incremental/ldap/winad.c	2010-09-01 22:25:46 UTC (rev 4019)
@@ -9172,7 +9172,7 @@
   int      rc;
   int      i;
   int      mdbbl_count;
-  int      rangeStep = 1500;
+  int      rangeStep = 100;
   int      rangeLow = 0;
   int      rangeHigh = rangeLow + (rangeStep - 1);
   int      isLast = 0;


home help back first fref pref prev next nref lref last post