Projet

Général

Profil

0001-debian-increase-settings.DATA_UPLOAD_MAX_MEMORY_SIZE.patch

Frédéric Péters, 18 mai 2021 09:51

Télécharger (899 octets)

Voir les différences:

Subject: [PATCH] debian: increase settings.DATA_UPLOAD_MAX_MEMORY_SIZE 20-fold
 (#54059)

 debian/debian_config_common.py | 2 ++
 1 file changed, 2 insertions(+)
debian/debian_config_common.py
297 297
if 'authentic2' in INSTALLED_APPS:
298 298
    MIDDLEWARE = MIDDLEWARE + ('hobo.agent.authentic2.middleware.ProvisionningMiddleware',)
299 299

  
300
# Allow big provisionning messages
301
DATA_UPLOAD_MAX_MEMORY_SIZE = 50_000_000
300 302

  
301 303
if PROJECT_NAME != 'wcs':
302 304
    # multitenant adaptations
303
-