From 533f3881dcaa8507ff7fc2cd6d917c061f355da4 Mon Sep 17 00:00:00 2001 From: ulyssesBML Date: Tue, 9 Jul 2019 10:10:33 -0300 Subject: [PATCH] HOT-FIX - Aumentando limite de upload de arquivos --- sapl/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/settings.py b/sapl/settings.py index a4c8fa2d9..45f62fdba 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -239,7 +239,7 @@ DEFAULT_FROM_EMAIL = config('DEFAULT_FROM_EMAIL', cast=str, default='') SERVER_EMAIL = config('SERVER_EMAIL', cast=str, default='') EMAIL_RUNNING = None -MAX_DOC_UPLOAD_SIZE = 60 * 1024 * 1024 # 60MB +MAX_DOC_UPLOAD_SIZE = 80 * 1024 * 1024 # 80MB MAX_IMAGE_UPLOAD_SIZE = 2 * 1024 * 1024 # 2MB # Internationalization