misc: increase DATA_UPLOAD_MAX_NUMBER_FIELDS (#88443)
gitea/wcs/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2024-03-21 12:00:25 +01:00 committed by Corentin Sechet
parent a23457fdbf
commit 0c225cf254
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ REQUESTS_CERT = {}
DISABLE_CRON_JOBS = False
# w.c.s. can have very large forms, in backoffice and frontoffice
DATA_UPLOAD_MAX_NUMBER_FIELDS = 2000 # Django default is 1000
DATA_UPLOAD_MAX_NUMBER_FIELDS = 3000 # Django default is 1000
# workalendar config
WORKING_DAY_CALENDAR = 'workalendar.europe.France'