@@ -206,3 +206,7 @@ LOGGING = {
"emus": {"handlers": ["console", "file"], "propagate": True},
},
}
+
+if DEBUG:
+ # We clear out a db with lots of games all the time in dev
+ DATA_UPLOAD_MAX_NUMBER_FIELDS = 3000