Increase the max size allowed for upload to 25Kb
Changed upstream at
286278c6b0
This commit is contained in:
parent
12e10d8279
commit
0eda424e10
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ ADMIN_GROUP = ['sysadmin-kernel', 'sysadmin-main']
|
|||
ALLOWED_MIMETYPES = ['text/plain', 'text/x-log']
|
||||
|
||||
# Restrict the size of content uploaded, this is 10Kb
|
||||
MAX_CONTENT_LENGTH = 1024 * 10
|
||||
MAX_CONTENT_LENGTH = 1024 * 25
|
||||
|
||||
|
||||
# This is required to fix login
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue