From aa5b14de473d0e2f71cf507609db98a8c3cb4f6e Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 28 Jun 2017 13:36:27 -0300 Subject: [PATCH] Fixes #1233 (#1234) --- sapl/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/settings.py b/sapl/settings.py index 8b42ad228..b9eb805a2 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -192,7 +192,7 @@ EMAIL_SEND_USER = config('EMAIL_SEND_USER', cast=str, default='') DEFAULT_FROM_EMAIL = config('DEFAULT_FROM_EMAIL', cast=str, default='') SERVER_EMAIL = config('SERVER_EMAIL', cast=str, default='') -MAX_DOC_UPLOAD_SIZE = 5 * 1024 * 1024 # 5MB +MAX_DOC_UPLOAD_SIZE = 10 * 1024 * 1024 # 10MB MAX_IMAGE_UPLOAD_SIZE = 2 * 1024 * 1024 # 2MB # Internationalization