mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
Set default row_limit to 50k (#4372)
This commit is contained in:
committed by
GitHub
parent
c4eba9e467
commit
8fe1f8fb3f
@@ -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),
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user