You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/09/11 16:42:15 UTC

git commit: Fewer Hystrix threads seems to make Services tests more reliable on my machine.

Repository: incubator-usergrid
Updated Branches:
  refs/heads/two-dot-o 304f65c84 -> e9ddd37b9


Fewer Hystrix threads seems to make Services tests more reliable on my machine.


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

Branch: refs/heads/two-dot-o
Commit: e9ddd37b9c4f20053cc7c8e6d3ad03e1193a5157
Parents: 304f65c
Author: Dave Johnson <dm...@apigee.com>
Authored: Thu Sep 11 10:41:44 2014 -0400
Committer: Dave Johnson <dm...@apigee.com>
Committed: Thu Sep 11 10:41:44 2014 -0400

----------------------------------------------------------------------
 .../services/src/test/resources/usergrid-custom-test.properties  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/e9ddd37b/stack/services/src/test/resources/usergrid-custom-test.properties
----------------------------------------------------------------------
diff --git a/stack/services/src/test/resources/usergrid-custom-test.properties b/stack/services/src/test/resources/usergrid-custom-test.properties
index b8965ee..c39fe3e 100644
--- a/stack/services/src/test/resources/usergrid-custom-test.properties
+++ b/stack/services/src/test/resources/usergrid-custom-test.properties
@@ -24,5 +24,5 @@ usergrid.scheduler.job.interval=100
 
 # number of delivery queue processes expected
 notification.concurrent.batches=2
-hystrix.threadpool.graph_user.coreSize=200
-hystrix.threadpool.graph_async.coreSize=200
+hystrix.threadpool.graph_user.coreSize=50
+hystrix.threadpool.graph_async.coreSize=50