Tempo: Update max options (#92050)

* Update max options

* Update limit
pull/92055/head
Joey 9 months ago committed by GitHub
parent 9567275365
commit 41fc6ab89e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/app/plugins/datasource/tempo/SearchTraceQLEditor/SearchField.tsx

@ -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;

Loading…
Cancel
Save