Adjust doc to match value

This commit is contained in:
Pierre-Yves Chibon 2015-02-25 15:50:37 +01:00
parent 0eda424e10
commit 965904e542

View file

@ -25,7 +25,7 @@ ADMIN_GROUP = ['sysadmin-kernel', 'sysadmin-main']
# List of MIME types allowed for upload in the application
ALLOWED_MIMETYPES = ['text/plain', 'text/x-log']
# Restrict the size of content uploaded, this is 10Kb
# Restrict the size of content uploaded, this is 25Kb
MAX_CONTENT_LENGTH = 1024 * 25