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

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