Skip to content

Commit

Permalink
config: update files quota format
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Ioannidis <a.ioannidis.pan@gmail.com>
  • Loading branch information
0einstein0 and slint committed Aug 9, 2024
1 parent e8a9f78 commit 5231e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@ ZENODO_EOS_OFFLOAD_X509_KEY_PATH = ""
"""The path to the X509 private key file."""


RDM_FILES_DEFAULT_QUOTA_SIZE = 5 * 10**10
RDM_FILES_DEFAULT_MAX_FILE_SIZE = 5 * 10**10
RDM_FILES_DEFAULT_QUOTA_SIZE = 50 * 10**9 # 50GB
RDM_FILES_DEFAULT_MAX_FILE_SIZE = 50 * 10**9 # 50GB

RDM_MEDIA_FILES_DEFAULT_QUOTA_SIZE = 5 * 10**9
RDM_MEDIA_FILES_DEFAULT_MAX_FILE_SIZE = 5 * 10**9
Expand Down

0 comments on commit 5231e0c

Please sign in to comment.