diff --git a/pombola/settings/base.py b/pombola/settings/base.py index 1a048406c..7061267fb 100644 --- a/pombola/settings/base.py +++ b/pombola/settings/base.py @@ -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 \ No newline at end of file