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:
Alan Davis
2014-05-16 17:51:13 +00:00
parent c5abaaec03
commit 88fb5df6da

View File

@@ -61,6 +61,9 @@
<property name="cronExpression">
<value>0 0 * * * ?</value>
</property>
<property name="startDelayMinutes">
<value>${system.cronJob.startDelayMinutes}</value>
</property>
</bean>
<bean id="contentStoreCleanerJobDetail" class="org.springframework.scheduling.quartz.JobDetailBean">