Merge pull request #957 from MITx/fix/rocha/increase-upload-file-limit

Increase the limit of files that can be uploaded by a student
This commit is contained in:
David Ormsbee
2012-10-23 15:16:15 -07:00

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