diff --git a/superset/viz.py b/superset/viz.py index 15749c44f281d..5ee32ea0ca754 100644 --- a/superset/viz.py +++ b/superset/viz.py @@ -2141,7 +2141,7 @@ class FilterBoxViz(BaseViz): is_timeseries = False credits = 'a Superset original' cache_type = "get_data" - filter_row_limit = 1000 + filter_row_limit = 50 def query_obj(self) -> QueryObjectDict: return {}