You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2018/02/05 06:51:27 UTC

[karaf] branch karaf-4.1.x updated: [KARAF-5588] Increase number of threads in the quartz scheduler

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.1.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.1.x by this push:
     new 6f11022  [KARAF-5588] Increase number of threads in the quartz scheduler
6f11022 is described below

commit 6f110229cdc8d0fc490cfeed57ec1462c99b3e07
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Feb 5 07:49:41 2018 +0100

    [KARAF-5588] Increase number of threads in the quartz scheduler
---
 assemblies/features/standard/src/main/feature/feature.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml
index 08faed7..d07d72c 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -1314,7 +1314,7 @@
             # Configure ThreadPool
             #============================================================================
             org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
-            org.quartz.threadPool.threadCount=3
+            org.quartz.threadPool.threadCount=30
             org.quartz.threadPool.threadPriority=5
 
             #============================================================================

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.