increase maximum form field POST param size

This commit is contained in:
Nick Sweeting 2024-09-09 18:42:59 -07:00
parent 58c6acc4cf
commit db5428a486
No known key found for this signature in database

View file

@ -311,6 +311,7 @@ AUTH_PASSWORD_VALIDATORS = [
] ]
DATA_UPLOAD_MAX_NUMBER_FIELDS = None DATA_UPLOAD_MAX_NUMBER_FIELDS = None
DATA_UPLOAD_MAX_MEMORY_SIZE = 26_214_400 # 25MB
################################################################################ ################################################################################
### Shell Settings ### Shell Settings