Skip to content

Commit

Permalink
#9931 document harvesting server IT config
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Sep 19, 2023
1 parent 4e1bc5b commit 3d1521f
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 3d1521f

Please sign in to comment.