Skip to content

Commit

Permalink
update memory size
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Nov 16, 2024
1 parent 848c47b commit 684a3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CyberCP/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@

MEDIA_URL = '/usr/local/CyberCP/tmp/'
MEDIA_ROOT = MEDIA_URL
DATA_UPLOAD_MAX_MEMORY_SIZE = 52428800
DATA_UPLOAD_MAX_MEMORY_SIZE = 2147483648

0 comments on commit 684a3a4

Please sign in to comment.