Skip to content

Commit

Permalink
Merge pull request #4779 from opensafely-core/increase-fields-number
Browse files Browse the repository at this point in the history
Increase number of request parameters to 2000
  • Loading branch information
tomodwyer authored Dec 23, 2024
2 parents 72abe32 + 4ad236b commit f5ea521
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jobserver/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ def immutable_file_test(path, url):
MEDIA_URL = "/uploads/"


# Form submission
# https://docs.djangoproject.com/en/5.1/ref/settings/#data-upload-max-number-fields
DATA_UPLOAD_MAX_NUMBER_FIELDS = 2000


# Logging
# https://docs.djangoproject.com/en/3.1/topics/logging/
LOGGING = logging_config_dict
Expand Down

0 comments on commit f5ea521

Please sign in to comment.