. Added Quartz Scheduler init properties file - to configure lower priority threads by default

. Minor Permissions performance improvements (2-3%)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2046 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2005-12-19 16:20:16 +00:00
parent facd631cce
commit 77a19b56f7
5 changed files with 28 additions and 27 deletions

View File

@@ -145,6 +145,9 @@
<property name="waitForJobsToCompleteOnShutdown">
<value>true</value>
</property>
<property name="configLocation">
<value>classpath:alfresco/domain/quartz.properties</value>
</property>
</bean>
</beans>