Increase the max size allowed for upload to 25Kb

Changed upstream at
286278c6b0
This commit is contained in:
Pierre-Yves Chibon 2015-02-25 15:41:25 +01:00
parent 12e10d8279
commit 0eda424e10

View file

@ -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