You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2015/03/23 19:30:58 UTC

[48/50] [abbrv] incubator-usergrid git commit: smaller queries

smaller queries


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/e009f4e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/e009f4e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/e009f4e8

Branch: refs/heads/USERGRID-347
Commit: e009f4e806809ad2d47a6debface53e5b98790a2
Parents: cab669a
Author: Shawn Feldman <sf...@apache.org>
Authored: Mon Mar 23 09:56:39 2015 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Mon Mar 23 09:56:39 2015 -0600

----------------------------------------------------------------------
 .../org/apache/usergrid/persistence/query/IteratingQueryIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/e009f4e8/stack/core/src/test/java/org/apache/usergrid/persistence/query/IteratingQueryIT.java
----------------------------------------------------------------------
diff --git a/stack/core/src/test/java/org/apache/usergrid/persistence/query/IteratingQueryIT.java b/stack/core/src/test/java/org/apache/usergrid/persistence/query/IteratingQueryIT.java
index aae60c8..7aec332 100644
--- a/stack/core/src/test/java/org/apache/usergrid/persistence/query/IteratingQueryIT.java
+++ b/stack/core/src/test/java/org/apache/usergrid/persistence/query/IteratingQueryIT.java
@@ -916,7 +916,7 @@ public class IteratingQueryIT {
 
         int size = 10;
         int queryLimit = 10;
-        int startValue = 99;
+        int startValue = 1;
 
         long start = System.currentTimeMillis();