Change limit form 50k to 10k (#4496)

This commit is contained in:
Maxime Beauchemin 2018-02-27 16:44:02 -08:00 committed by GitHub
parent 83524f97d7
commit c2b42c49c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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