mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
69773: MNT-11237 CMIS uploading file larger the 4mb fails - Fix build failure - On HBF there needs to be a delay configured for cron jobs. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@70451 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -61,6 +61,9 @@
|
|||||||
<property name="cronExpression">
|
<property name="cronExpression">
|
||||||
<value>0 0 * * * ?</value>
|
<value>0 0 * * * ?</value>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="startDelayMinutes">
|
||||||
|
<value>${system.cronJob.startDelayMinutes}</value>
|
||||||
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="contentStoreCleanerJobDetail" class="org.springframework.scheduling.quartz.JobDetailBean">
|
<bean id="contentStoreCleanerJobDetail" class="org.springframework.scheduling.quartz.JobDetailBean">
|
||||||
|
Reference in New Issue
Block a user