debian: increase settings.DATA_UPLOAD_MAX_MEMORY_SIZE 20-fold (#54059)

This commit is contained in:
Frédéric Péters 2021-05-18 09:50:30 +02:00
parent ea4c80bac6
commit 75ec113ec4
1 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,8 @@ if PROJECT_NAME != 'wcs' and 'authentic2' not in INSTALLED_APPS:
if 'authentic2' in INSTALLED_APPS:
MIDDLEWARE = MIDDLEWARE + ('hobo.agent.authentic2.middleware.ProvisionningMiddleware',)
# Allow big provisionning messages
DATA_UPLOAD_MAX_MEMORY_SIZE = 50_000_000
if PROJECT_NAME != 'wcs':
# multitenant adaptations