Repository: usergrid Updated Branches: refs/heads/master 229a13aef -> 8587735a7
Standardize the collection test properties. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/8587735a Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/8587735a Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/8587735a Branch: refs/heads/master Commit: 8587735a75550843de6b7964fa5082ecbcb89147 Parents: 229a13a Author: Michael Russo <[email protected]> Authored: Sun Nov 20 09:31:12 2016 -0800 Committer: Michael Russo <[email protected]> Committed: Sun Nov 20 09:31:12 2016 -0800 ---------------------------------------------------------------------- .../collection/src/test/resources/usergrid-UNIT.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/8587735a/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties ---------------------------------------------------------------------- diff --git a/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties b/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties index eac9e2e..2237076 100644 --- a/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties +++ b/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties @@ -18,7 +18,7 @@ # # Keep nothing but overriding test defaults in here -cassandra.connections=30 +cassandra.connections=50 cassandra.timeout.pool=30000 cassandra.port=9160 cassandra.hosts=localhost @@ -27,8 +27,8 @@ collections.keyspace=Usergrid_Collections cassandra.embedded=true queue.num.actors=50 -queue.sender.num.actors=100 -queue.writer.num.actors=100 +queue.sender.num.actors=50 +queue.writer.num.actors=50 collections.keyspace.strategy.options=replication_factor:1 collections.keyspace.strategy.class=SimpleStrategy
