Set default row_limit to 50k (#4372)

This commit is contained in:
Maxime Beauchemin 2018-02-07 14:34:14 -08:00 committed by GitHub
parent c4eba9e467
commit 8fe1f8fb3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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),
},