minor update

This commit is contained in:
Mykhaylo
2022-06-01 16:40:16 +02:00
parent d3b467cdb2
commit 0935581836

View File

@@ -35,7 +35,9 @@
<bean class="org.dspace.app.sherpa.SHERPAService" id="org.dspace.app.sherpa.SHERPAService">
<property name="maxNumberOfTries" value="3"/>
<!-- the value of this property is in milliseconds -->
<property name="sleepBetweenTimeouts" value="2000"/>
<!-- the value of this property is in milliseconds -->
<property name="timeout" value="5000"/>
</bean>