mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Converted OrphanReaper thread into quartz job, as requested. Fixes AR-1450.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5661 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -160,10 +160,7 @@
|
||||
<bean id="rawServices" class="org.alfresco.repo.avm.util.RawServices"/>
|
||||
|
||||
<bean id="orphanReaper" class="org.alfresco.repo.avm.OrphanReaper"
|
||||
init-method="init" destroy-method="shutDown" depends-on="AVMService">
|
||||
<property name="inactiveBaseSleep">
|
||||
<value>60000</value>
|
||||
</property>
|
||||
depends-on="AVMService" destroy-method="shutDown">
|
||||
<property name="activeBaseSleep">
|
||||
<value>1000</value>
|
||||
</property>
|
||||
|
Reference in New Issue
Block a user