diff --git a/sapl/settings.py b/sapl/settings.py index c97f2311a..5081c22e6 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -241,6 +241,7 @@ EMAIL_RUNNING = None MAX_DOC_UPLOAD_SIZE = 80 * 1024 * 1024 # 80MB MAX_IMAGE_UPLOAD_SIZE = 2 * 1024 * 1024 # 2MB +DATA_UPLOAD_MAX_MEMORY_SIZE= 10 * 1024 * 1024 # 10MB # Internationalization # https://docs.djangoproject.com/en/1.8/topics/i18n/