Skip to content

Commit

Permalink
frontend: Increase maximum number of files for uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
OatmealDome committed Jun 2, 2023
1 parent 1c1474f commit 6462b21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fifoci/frontend/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,5 @@
FILE_UPLOAD_PERMISSIONS = 0o644

PNGCRUSH_CMD = shutil.which("pngcrush")

DATA_UPLOAD_MAX_NUMBER_FILES = 400

0 comments on commit 6462b21

Please sign in to comment.