Skip to content

Commit 92385d2

Browse files
committed
config: bump maximum allowed upload size to 1TB
1 parent bdcddd7 commit 92385d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invenio.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ ZENODO_EOS_OFFLOAD_X509_KEY_PATH = ""
879879

880880
# TODO: Remove once https://github.com/inveniosoftware/invenio-rdm-records/pull/1789 is merged
881881
FILES_REST_DEFAULT_QUOTA_SIZE = 5 * 10**10
882-
FILES_REST_DEFAULT_MAX_FILE_SIZE = 5 * 10**10
882+
FILES_REST_DEFAULT_MAX_FILE_SIZE = 1 * 10**12 # 1TB (also controls max allowed upload size)
883883

884884
RDM_FILES_DEFAULT_QUOTA_SIZE = 50 * 10**9 # 50GB
885885
RDM_FILES_DEFAULT_MAX_FILE_SIZE = 50 * 10**9 # 50GB

0 commit comments

Comments
 (0)