Skip to content

Commit

Permalink
config: updated quota config variabe for files
Browse files Browse the repository at this point in the history
  • Loading branch information
0einstein0 authored and slint committed Aug 9, 2024
1 parent 1d8febf commit e8a9f78
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,11 @@ ZENODO_EOS_OFFLOAD_X509_KEY_PATH = ""
"""The path to the X509 private key file."""


FILES_REST_DEFAULT_QUOTA_SIZE = 5 * 10**10
FILES_REST_DEFAULT_MAX_FILE_SIZE = 5 * 10**10
RDM_FILES_DEFAULT_QUOTA_SIZE = 5 * 10**10
RDM_FILES_DEFAULT_MAX_FILE_SIZE = 5 * 10**10

RDM_MEDIA_FILES_DEFAULT_QUOTA_SIZE = 5 * 10**9
RDM_MEDIA_FILES_DEFAULT_MAX_FILE_SIZE = 5 * 10**9

RDM_RECORDS_MAX_MEDIA_FILES_COUNT = 1000
"""Max amount of media files allowed to upload in the deposit form."""
Expand Down

0 comments on commit e8a9f78

Please sign in to comment.