gianm commented on code in PR #14381: URL: https://github.com/apache/druid/pull/14381#discussion_r1220887288
########## docs/configuration/index.md: ########## @@ -1801,7 +1801,7 @@ These Broker configurations can be defined in the `broker/runtime.properties` fi |Property|Description|Default| |--------|-----------|-------| -|`druid.query.scheduler.numThreads`|Maximum number of HTTP threads to dedicate to query processing. To save HTTP thread capacity, this should be lower than `druid.server.http.numThreads`. It is worth noting that when `druid.server.http.enableRequestLimit` is set, query requests over this limit will be denied instead of waiting in the Jetty HTTP request queue.|Unbounded| +|`druid.query.scheduler.numThreads`|Maximum number of HTTP threads to dedicate to query processing. To save HTTP thread capacity, this should be lower than `druid.server.http.numThreads`. When this parameter is set, query requests over the limit are denied with HTTP 429 instead of waiting in the Jetty request queue.|Unbounded| Review Comment: Updated wording a bit, LMK what you think. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
