Skip to content

Commit

Permalink
Merge pull request #15 from ValtechMobility/dlcm/reduce_filter_row_limit
Browse files Browse the repository at this point in the history
reduce filter_row_limit to 50
  • Loading branch information
ValMobRaulBertone authored Oct 13, 2023
2 parents 682f675 + 4c10279 commit f06d481
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 f06d481

Please sign in to comment.