You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/02/11 17:31:10 UTC

directory-fortress-core git commit: FC-63 - Search only returns 100

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 5651d4e8c -> 59297a9e2


FC-63 - Search only returns 100


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/59297a9e
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/59297a9e
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/59297a9e

Branch: refs/heads/master
Commit: 59297a9e2e9f84f2999b09f7bb7bb84cf60476e2
Parents: 5651d4e
Author: Shawn McKinney <sm...@apache.org>
Authored: Wed Feb 11 10:30:54 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Wed Feb 11 10:30:54 2015 -0600

----------------------------------------------------------------------
 src/main/java/org/apache/directory/fortress/core/GlobalIds.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/59297a9e/src/main/java/org/apache/directory/fortress/core/GlobalIds.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/directory/fortress/core/GlobalIds.java b/src/main/java/org/apache/directory/fortress/core/GlobalIds.java
index 603c8be..7d785c4 100755
--- a/src/main/java/org/apache/directory/fortress/core/GlobalIds.java
+++ b/src/main/java/org/apache/directory/fortress/core/GlobalIds.java
@@ -498,7 +498,7 @@ public class GlobalIds
     /**
      * Maximum number of records for ldap client to wait on while processing results sets from ldap server.
      */
-    public static final int BATCH_SIZE = 100;
+    public static final int BATCH_SIZE = 1000;
 
     /**
      * Attribute is used in Fortress time/date constraints as default which will always pass.  i.e. values stored as beginDate=none or beginTime=none will turn the date and time constraints off