Skip to content

Commit

Permalink
Give MPI a bit more retries with an incremental delay
Browse files Browse the repository at this point in the history
  • Loading branch information
menzowindhouwer authored Mar 11, 2019
1 parent 5d050d2 commit 207a1a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config-clarin-clarin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@
<!--
Add endpoint specific configuration to providers defined in the registry.
-->
<!-- MPI sometimes needs a bit more time -->
<config url="https://archive.mpi.nl/oai2" max-retry-count="5" retry-delay="10 30 60 360"/>
<!-- Leipzig doesn't like too much time between calls within one session, GetRecord calls don't care -->
<config url="https://clarinoai.informatik.uni-leipzig.de/oaiprovider/oai" scenario="ListIdentifiers"/>
<!-- BAS runs sometimes into memory problems when its big CMD records get processed in batch -->
Expand Down

0 comments on commit 207a1a5

Please sign in to comment.