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


The following commit(s) were added to refs/heads/master by this push:
     new 7072e347b1 [FIX] Now that IMAP is reactive `maxExecutorCount` had been 
dropped (#1201)
7072e347b1 is described below

commit 7072e347b1d911046f8abed77b0d8222223ec629
Author: Benoit TELLIER <btell...@linagora.com>
AuthorDate: Thu Sep 22 09:50:35 2022 +0700

    [FIX] Now that IMAP is reactive `maxExecutorCount` had been dropped (#1201)
---
 .../apps/distributed-app/docs/modules/ROOT/pages/configure/imap.adoc  | 4 ----
 src/site/xdoc/server/config-imap4.xml                                 | 4 ----
 2 files changed, 8 deletions(-)

diff --git 
a/server/apps/distributed-app/docs/modules/ROOT/pages/configure/imap.adoc 
b/server/apps/distributed-app/docs/modules/ROOT/pages/configure/imap.adoc
index ec33b5a7c5..817db9ce5e 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/configure/imap.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/configure/imap.adoc
@@ -131,10 +131,6 @@ by IO threads.
 (split line by line). IO threads also take care of compression and SSL 
encryption. Their tasks are short-lived and non-blocking.
 Optional integer, defaults to 2 times the count of CPUs.
 
-| maxExecutorCount
-| Set the maximum count of worker threads. Worker threads takes care of 
potentially blocking tasks like decoding IMAP requests
-(litterals can be buffered to temporary files) or executing IMAP commands. 
Optional integer, defaults to 16.
-
 | ignoreIDLEUponProcessing
 | true or false - Allow disabling the heartbeat handler. Defaults to true.
 |===
diff --git a/src/site/xdoc/server/config-imap4.xml 
b/src/site/xdoc/server/config-imap4.xml
index 405f6feae7..a614c882ba 100644
--- a/src/site/xdoc/server/config-imap4.xml
+++ b/src/site/xdoc/server/config-imap4.xml
@@ -121,10 +121,6 @@
           (split line by line). IO threads also take care of compression and 
SSL encryption. Their tasks are short-lived and non-blocking.
               Optional integer, defaults to 2 times the count of CPUs.</dd>
 
-        <dt><strong>maxExecutorCount</strong></dt>
-        <dd>Set the maximum count of worker threads. Worker threads takes care 
of potentially blocking tasks like decoding IMAP requests
-              (litterals can be buffered to temporary files) or executing IMAP 
commands. Optional integer, defaults to 16.</dd>
-
         <dt><strong>ignoreIDLEUponProcessing</strong></dt>
         <dd>true or false - Allow disabling the heartbeat handler. Defaults to 
true.</dd>
       </dl>


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

Reply via email to