From 6f7437df33dede15a525ca8c70e94dd985674d1e Mon Sep 17 00:00:00 2001 From: melaniekung Date: Fri, 27 Sep 2024 10:00:55 -0700 Subject: [PATCH] Update archival institution upload limit default values. --- user-manual/administer/settings.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/user-manual/administer/settings.rst b/user-manual/administer/settings.rst index b30d94a5..ea2dface 100644 --- a/user-manual/administer/settings.rst +++ b/user-manual/administer/settings.rst @@ -3033,11 +3033,14 @@ a default limit per :term:`archival institution` when using AtoM as a :term:`multi-repository system`. When set, this will be applied as the new default upload limit per institution. -Enter the upload limit in GB allowed for uploading digital objects. Use "-1" as -the value for unlimited upload space. This setting can be modified by an -authenticated (i.e. logged-in) :term:`administrator`. - -A value of "0" (zero) disables file upload. +Enter the upload limit in GB allowed for uploading digital objects. This setting +can be modified by an authenticated (i.e. logged-in) :term:`administrator`. + +A value of "0" (zero) disables file upload. A value of "-1" sets unlimited upload +space for all new and existing archival instituions, overriding upload limits set +for individual archival institutions. To allow unlimited upload for individual +archival institutions, set default value to a positive value (≥1) and see +:ref:`repository-upload-setting`. For more information, see :ref:`upload-digital-object`.