From 0459dd387a4d6d71e4dc7b961f62dcdbacb698ce Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Thu, 2 Aug 2018 16:21:17 -0300 Subject: [PATCH] Fixes #2105 Author: Talitha Pumar --- sapl/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/settings.py b/sapl/settings.py index 7dad6da2b..f29011464 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -221,7 +221,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 = 20 * 1024 * 1024 # 20MB +MAX_DOC_UPLOAD_SIZE = 50 * 1024 * 1024 # 50MB MAX_IMAGE_UPLOAD_SIZE = 2 * 1024 * 1024 # 2MB # Internationalization