Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions intel_owl/settings/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
ALLOWED_HOSTS = ["*"]

# https://docs.djangoproject.com/en/4.2/ref/settings/#data-upload-max-memory-size
DATA_UPLOAD_MAX_MEMORY_SIZE = 50 * (10**6)
FILE_UPLOAD_MAX_MEMORY_SIZE = 50 * (10**6)
DATA_UPLOAD_MAX_MEMORY_SIZE = 100 * 1024 * 1024
FILE_UPLOAD_MAX_MEMORY_SIZE = 100 * 1024 * 1024
Loading