This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit fab58364e2423f93e16581654b9b4831031c6dd4 Author: Benoit Tellier <[email protected]> AuthorDate: Thu Apr 1 13:30:30 2021 +0700 JAMES-3255 Decrease Cassandra fork counts to improve stability --- mailbox/cassandra/pom.xml | 2 +- mpt/impl/imap-mailbox/cassandra/pom.xml | 2 +- server/data/data-cassandra/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mailbox/cassandra/pom.xml b/mailbox/cassandra/pom.xml index 6f6b504..2ea41ed 100644 --- a/mailbox/cassandra/pom.xml +++ b/mailbox/cassandra/pom.xml @@ -201,7 +201,7 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <reuseForks>true</reuseForks> - <forkCount>4</forkCount> + <forkCount>2</forkCount> </configuration> </plugin> </plugins> diff --git a/mpt/impl/imap-mailbox/cassandra/pom.xml b/mpt/impl/imap-mailbox/cassandra/pom.xml index 999f614..5b4ed3c 100644 --- a/mpt/impl/imap-mailbox/cassandra/pom.xml +++ b/mpt/impl/imap-mailbox/cassandra/pom.xml @@ -104,7 +104,7 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <reuseForks>true</reuseForks> - <forkCount>4</forkCount> + <forkCount>2</forkCount> </configuration> </plugin> </plugins> diff --git a/server/data/data-cassandra/pom.xml b/server/data/data-cassandra/pom.xml index 6ff6ba2..3c69614 100644 --- a/server/data/data-cassandra/pom.xml +++ b/server/data/data-cassandra/pom.xml @@ -150,7 +150,7 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <reuseForks>true</reuseForks> - <forkCount>4</forkCount> + <forkCount>2</forkCount> </configuration> </plugin> </plugins> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
