[v11.2.x] Tempo: Update max options (#92054)
Tempo: Update max options (#92050)
* Update max options
* Update limit
(cherry picked from commit 41fc6ab89e)
Co-authored-by: Joey <90795735+joey-grafana@users.noreply.github.com>
This commit is contained in:
co-authored by
Joey
parent
a29d3d1669
commit
5bac99ea1e
@@ -268,6 +268,6 @@ export const withTemplateVariableOptions = (options: SelectableValue[] | undefin
|
||||
};
|
||||
|
||||
// Limit maximum options in select dropdowns for performance reasons
|
||||
export const maxOptions = 10000;
|
||||
export const maxOptions = 1000;
|
||||
|
||||
export default SearchField;
|
||||
|
||||
Reference in New Issue
Block a user