Increase the limit of files that can be uploaded by a student

This commit is contained in:
Carlos Andrés Rocha
2012-10-23 17:26:00 -04:00
parent be947770c0
commit 76ffbfc4a1

View File

@@ -172,7 +172,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
)
STUDENT_FILEUPLOAD_MAX_SIZE = 4*1000*1000 # 4 MB
MAX_FILEUPLOADS_PER_INPUT = 10
MAX_FILEUPLOADS_PER_INPUT = 20
# FIXME:
# We should have separate S3 staged URLs in case we need to make changes to