Skip to content

Commit

Permalink
Merge pull request #7444 from OdumInstitute/7442_document_default_Zip…
Browse files Browse the repository at this point in the history
…UploadFilesLimit

document default zip upload files limit, provide curl example
  • Loading branch information
kcondon committed Nov 30, 2020
2 parents 6f88c11 + 5daab6f commit 78208e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/sphinx-guides/source/installation/config.rst
Expand Up @@ -1650,7 +1650,9 @@ For example, if you want your installation of Dataverse to not attempt to ingest
:ZipUploadFilesLimit
++++++++++++++++++++

Limit the number of files in a zip that Dataverse will accept.
Limit the number of files in a zip that Dataverse will accept. In the absence of this setting, Dataverse defaults to a limit of 1,000 files per zipfile.

``curl -X PUT -d 2048 http://localhost:8080/api/admin/settings/:ZipUploadFilesLimit``

:SolrHostColonPort
++++++++++++++++++
Expand Down

0 comments on commit 78208e5

Please sign in to comment.