Skip to content

Commit

Permalink
Merge pull request #100 from oceanprotocol/increase-upload-size
Browse files Browse the repository at this point in the history
Increasing the max upload size to 500mb
  • Loading branch information
jamiehewitt15 authored Nov 2, 2023
2 parents ece0a47 + dfb8b1d commit 6582a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
ALLOWED_HOSTS = ['*']

# Adjust the maximum memory size for file uploads (in bytes)
DATA_UPLOAD_MAX_MEMORY_SIZE = 52428800 # 50 MB
DATA_UPLOAD_MAX_MEMORY_SIZE = 524288000 # 500 MB

# Application definition

Expand Down

0 comments on commit 6582a36

Please sign in to comment.