mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added configs to set poll, local, and remote timeouts separately (plus some code cleanup).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6149 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -142,5 +142,14 @@
|
||||
<property name="retryingTransactionHelper">
|
||||
<ref bean="retryingTransactionHelper"/>
|
||||
</property>
|
||||
|
||||
<!-- Poll interval to check getLatestSnapshotID (in milliseconds) -->
|
||||
<property name="pollInterval" value="5000"/>
|
||||
|
||||
<!-- Timeouts (in milliseconds) -->
|
||||
<property name="localConnectTimeout" value="10000"/>
|
||||
<property name="remoteConnectTimeout" value="10000"/>
|
||||
<property name="localReadTimeout" value="30000"/>
|
||||
<property name="remoteReadTimeout" value="30000"/>
|
||||
</bean>
|
||||
</beans>
|
||||
|
Reference in New Issue
Block a user