You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/12/06 08:04:00 UTC

[james-project] 09/15: [PERF] Increase forked process timeout for mailbox/cassandra

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 f4f3d35fb1bb8c20c5e26cf6b468d76e2881beea
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Sun Nov 27 14:08:31 2022 +0700

    [PERF] Increase forked process timeout for mailbox/cassandra
---
 mailbox/cassandra/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mailbox/cassandra/pom.xml b/mailbox/cassandra/pom.xml
index 1f5de33188..290df88663 100644
--- a/mailbox/cassandra/pom.xml
+++ b/mailbox/cassandra/pom.xml
@@ -202,6 +202,7 @@
                 <configuration>
                     <reuseForks>true</reuseForks>
                     <forkCount>2</forkCount>
+                    <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
                 </configuration>
             </plugin>
         </plugins>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org