Repository: usergrid Updated Branches: refs/heads/master 9364496a2 -> 229a13aef
Reduce number of actors in hopes of getting collections tests passing on Jenkins. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/229a13ae Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/229a13ae Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/229a13ae Branch: refs/heads/master Commit: 229a13aef87c35b1905b6b29ba404c3c1bc8f1dc Parents: 9364496 Author: Dave Johnson <[email protected]> Authored: Sun Nov 20 12:18:19 2016 -0500 Committer: Dave Johnson <[email protected]> Committed: Sun Nov 20 12:18:19 2016 -0500 ---------------------------------------------------------------------- .../collection/src/test/resources/usergrid.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/229a13ae/stack/corepersistence/collection/src/test/resources/usergrid.properties ---------------------------------------------------------------------- diff --git a/stack/corepersistence/collection/src/test/resources/usergrid.properties b/stack/corepersistence/collection/src/test/resources/usergrid.properties index f2ceeb5..1d0de54 100644 --- a/stack/corepersistence/collection/src/test/resources/usergrid.properties +++ b/stack/corepersistence/collection/src/test/resources/usergrid.properties @@ -28,14 +28,14 @@ usergrid.cluster.region.local=us-east usergrid.cluster.region.list=us-east usergrid.cluster.seeds=us-east\:localhost -collection.uniquevalues.actors=300 +collection.uniquevalues.actors=50 collection.uniquevalues.authoritative.region=us-east -cassandra.connections=30 +cassandra.connections=50 cassandra.timeout.pool=30000 queue.num.actors=50 -queue.sender.num.actors=100 -queue.writer.num.actors=100 +queue.sender.num.actors=50 +queue.writer.num.actors=50 # --- End: Usergrid cluster/actor system settings
