From 76ffbfc4a1418f1baa5c53e51f3f42aa19d3d3ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Andr=C3=A9s=20Rocha?= Date: Tue, 23 Oct 2012 17:26:00 -0400 Subject: [PATCH] Increase the limit of files that can be uploaded by a student --- lms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 9b98e4ecfd..38e9940bd8 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -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