Skip to content

Commit

Permalink
Increasing the interval-size as workaround #487
Browse files Browse the repository at this point in the history
Until we fix or change the OAI-PMH Update process that does not initate new intervals after the first interval
I suggest push the interval.size to 2000 until we change the OAI-PMH-Process.
  • Loading branch information
TobiasNx committed Aug 23, 2023
1 parent 7d58a56 commit 0ad5979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ index.es.port.tcp=7310
index.remote=[10.1.1.106,127.0.0.1]

transformation.updates.start="2023-06-01"
transformation.updates.interval.size=50
transformation.updates.interval.size=365
transformation.geo.lookup.server="http://gaia.hbz-nrw.de:4000/v1/search"
transformation.geo.lookup.threshold=0.675
transformation.sigel.repository="http://gnd-proxy.lobid.org/oai/repository"
Expand Down

0 comments on commit 0ad5979

Please sign in to comment.