You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/05/06 08:18:14 UTC

[syncope] branch 2_1_X updated: [SYNCOPE-1468] Fix default value + allow for configuration

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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 542a77b  [SYNCOPE-1468] Fix default value + allow for configuration
542a77b is described below

commit 542a77bd955e32c1110c5fbbc8cc9ff73f93cb34
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon May 6 10:06:48 2019 +0200

    [SYNCOPE-1468] Fix default value + allow for configuration
---
 core/provisioning-java/src/main/resources/provisioningContext.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/provisioning-java/src/main/resources/provisioningContext.xml b/core/provisioning-java/src/main/resources/provisioningContext.xml
index ba312eb..771948d 100644
--- a/core/provisioning-java/src/main/resources/provisioningContext.xml
+++ b/core/provisioning-java/src/main/resources/provisioningContext.xml
@@ -81,7 +81,7 @@ under the License.
       <props>
         <prop key="org.quartz.scheduler.idleWaitTime">${quartz.scheduler.idleWaitTime:30000}</prop>
 
-        <prop key="org.quartz.jobStore.misfireThreshold">6000000</prop>
+        <prop key="org.quartz.jobStore.misfireThreshold">${quartz.misfireThreshold:60000}</prop>
         <prop key="org.quartz.jobStore.driverDelegateClass">${quartz.jobstore}</prop>
 
         <prop key="org.quartz.jobStore.isClustered">true</prop>