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