Skip to content

Commit

Permalink
Change limit form 50k to 10k (#4496)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Feb 28, 2018
1 parent 83524f9 commit c2b42c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/javascripts/explore/stores/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ export const controls = {
freeForm: true,
label: t('Row limit'),
validators: [v.integer],
default: 50000,
default: 10000,
choices: formatSelectOptions(ROW_LIMIT_OPTIONS),
},

Expand Down

0 comments on commit c2b42c4

Please sign in to comment.