JAMES-2469 Decrease processor threads in JMAP integration tests
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2da051c6 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2da051c6 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/2da051c6 Branch: refs/heads/master Commit: 2da051c65449bfee31f95040c1d06784871d1b32 Parents: f46313d Author: benwa <[email protected]> Authored: Tue Jul 17 11:03:17 2018 +0700 Committer: benwa <[email protected]> Committed: Wed Jul 25 09:35:49 2018 +0700 ---------------------------------------------------------------------- .../src/test/resources/mailetcontainer.xml | 2 +- .../src/test/resources/mailetcontainer.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/2da051c6/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/mailetcontainer.xml ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/mailetcontainer.xml b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/mailetcontainer.xml index 2bb4a95..887c947 100644 --- a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/mailetcontainer.xml +++ b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/mailetcontainer.xml @@ -26,7 +26,7 @@ </context> <spooler> - <threads>20</threads> + <threads>2</threads> </spooler> <processors> http://git-wip-us.apache.org/repos/asf/james-project/blob/2da051c6/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/mailetcontainer.xml ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/mailetcontainer.xml b/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/mailetcontainer.xml index 2eacd5c..c783fd3 100644 --- a/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/mailetcontainer.xml +++ b/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/mailetcontainer.xml @@ -26,7 +26,7 @@ </context> <spooler> - <threads>20</threads> + <threads>2</threads> </spooler> <processors> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
