Skip to content

Commit

Permalink
Merge pull request #9936 from IQSS/9931_IT_options
Browse files Browse the repository at this point in the history
document harvesting server IT config
  • Loading branch information
kcondon authored Sep 19, 2023
2 parents d8399ea + 3d1521f commit ca79ae6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/sphinx-guides/source/developers/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,20 @@ If ``dataverse.siteUrl`` is absent, you can add it with:

``./asadmin create-jvm-options "-Ddataverse.siteUrl=http\://localhost\:8080"``

dataverse.oai.server.maxidentifiers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The OAI Harvesting tests require that the paging limit for ListIdentifiers must be set to 2, in order to be able to trigger this paging behavior without having to create and export too many datasets:

``./asadmin create-jvm-options "-Ddataverse.oai.server.maxidentifiers=2"``

dataverse.oai.server.maxrecords
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The OAI Harvesting tests require that the paging limit for ListRecords must be set to 2, in order to be able to trigger this paging behavior without having to create and export too many datasets:

``./asadmin create-jvm-options "-Ddataverse.oai.server.maxrecords=2"``

Identifier Generation
^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit ca79ae6

Please sign in to comment.