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:50:16 UTC

[karaf] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/karaf.git


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

commit 47331029879ee3486f02dded98ec663107514632
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 6242f11..ca5cecd 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -1333,7 +1333,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.