From a98b0b7c8a48668e68b37be0106362ba991d011b Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Thu, 6 Sep 2018 13:17:22 -0300 Subject: [PATCH] HOT-FIX: aumenta tamanho de arquivo para upload. --- sapl/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/settings.py b/sapl/settings.py index f29011464..ec46dd092 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 = 50 * 1024 * 1024 # 50MB +MAX_DOC_UPLOAD_SIZE = 60 * 1024 * 1024 # 60MB MAX_IMAGE_UPLOAD_SIZE = 2 * 1024 * 1024 # 2MB # Internationalization