Skip to content

Commit

Permalink
reduce filter_row_limit to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Bertone committed Oct 12, 2023
1 parent 682f675 commit 4c10279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ class FilterBoxViz(BaseViz):
is_timeseries = False
credits = 'a <a href="https://github.com/airbnb/superset">Superset</a> original'
cache_type = "get_data"
filter_row_limit = 1000
filter_row_limit = 50

def query_obj(self) -> QueryObjectDict:
return {}
Expand Down

0 comments on commit 4c10279

Please sign in to comment.