Skip to content

Commit

Permalink
Merge pull request #224 from OpenUpSA/feature/increase-DATA_UPLOAD_MA…
Browse files Browse the repository at this point in the history
…X_NUMBER_FIELDS

Disable DATA_UPLOAD_MAX_NUMBER_FIELDS for now
  • Loading branch information
paulmwatson authored Jul 8, 2024
2 parents 82f2f0a + 2465136 commit 3af1122
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pombola/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,5 @@ def show_toolbar(request):
profiles_sample_rate=os.environ.get("SENTRY_PROFILES_SAMPLE_RATE", 1.0),
send_default_pii=True,
)

DATA_UPLOAD_MAX_NUMBER_FIELDS=None

0 comments on commit 3af1122

Please sign in to comment.