mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 01:15:57 +10:00
increase maximum form field POST param size
This commit is contained in:
@@ -311,6 +311,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||
]
|
||||
|
||||
DATA_UPLOAD_MAX_NUMBER_FIELDS = None
|
||||
DATA_UPLOAD_MAX_MEMORY_SIZE = 26_214_400 # 25MB
|
||||
|
||||
################################################################################
|
||||
### Shell Settings
|
||||
|
||||
Reference in New Issue
Block a user