mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-24 03:36:55 -04:00
increase maximum form field POST param size
This commit is contained in:
parent
58c6acc4cf
commit
db5428a486
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue