Skip to content

Commit

Permalink
Set default row_limit to 50k (#4372)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Feb 7, 2018
1 parent c4eba9e commit 8fe1f8f
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 @@ -852,7 +852,7 @@ export const controls = {
freeForm: true,
label: t('Row limit'),
validators: [v.integer],
default: null,
default: 50000,
choices: formatSelectOptions(ROW_LIMIT_OPTIONS),
},

Expand Down

0 comments on commit 8fe1f8f

Please sign in to comment.