1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 21:57:26 +02:00

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

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