change errant 'none' configuration to 'manual': (#11218)

This commit is contained in:
Charles Smith 2021-05-10 22:04:18 -07:00 committed by GitHub
parent 3a660bc6ee
commit fae7ebf489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1610,7 +1610,7 @@ These Broker configurations can be defined in the `broker/runtime.properties` fi
##### Prioritization strategies
###### Manual prioritization strategy
With this configuration, queries are never assigned a priority automatically, but will preserve a priority manually set on the [query context](../querying/query-context.md) with the `priority` key. This mode can be explicitly set by setting `druid.query.scheduler.prioritization.strategy` to `none`.
With this configuration, queries are never assigned a priority automatically, but will preserve a priority manually set on the [query context](../querying/query-context.md) with the `priority` key. This mode can be explicitly set by setting `druid.query.scheduler.prioritization.strategy` to `manual`.
###### Threshold prioritization strategy