Skip to content

Commit

Permalink
files: fix default quota to 50gb
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Sep 11, 2023
1 parent dd753ee commit c7a382c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ THEME_FOOTER_TEMPLATE = 'zenodo_rdm/footer.html'
# Set default file quuota to 50GB
APP_RDM_DEPOSIT_FORM_QUOTA = {
"maxFiles": 100,
"maxStorage": 50**10,
"maxStorage": 5*10**10,
}

# Instance's theme entrypoint file. Path relative to the ``assets/`` folder.
Expand Down

0 comments on commit c7a382c

Please sign in to comment.