Skip to content

Commit

Permalink
document :ZipDownloadLimit #3857
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jun 27, 2017
1 parent 9356858 commit fce05c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,13 @@ Notes:

``curl -X PUT -d 2147483648 http://localhost:8080/api/admin/settings/:MaxFileUploadSizeInBytes``

:ZipDownloadLimit
+++++++++++++++++

For performance reasons, Dataverse will only create zip files on the fly up to 100 MB but the limit can be increased. Here's an example of raising the limit to 1 GB:

``curl -X PUT -d 1000000000 http://localhost:8080/api/admin/settings/:ZipDownloadLimit``

:TabularIngestSizeLimit
+++++++++++++++++++++++

Expand Down

0 comments on commit fce05c8

Please sign in to comment.