jihoonson commented on a change in pull request #8879: Add MostAvailableSizeStorageLocationSelectorStrategy URL: https://github.com/apache/druid/pull/8879#discussion_r369299503
########## File path: docs/configuration/index.md ########## @@ -1829,4 +1829,4 @@ Supported query contexts: |`druid.router.http.readTimeout`|The timeout for data reads from Broker processes.|`PT15M`| |`druid.router.http.numMaxThreads`|Maximum number of worker threads to handle HTTP requests and responses|`max(10, ((number of cores * 17) / 16 + 2) + 30)`| |`druid.router.http.numRequestsQueued`|Maximum number of requests that may be queued to a destination|`1024`| -|`druid.router.http.requestBuffersize`|Size of the content buffer for receiving requests. These buffers are only used for active connections that have requests with bodies that will not fit within the header buffer|`8 * 1024`| \ No newline at end of file +|`druid.router.http.requestBuffersize`|Size of the content buffer for receiving requests. These buffers are only used for active connections that have requests with bodies that will not fit within the header buffer|`8 * 1024`| Review comment: What is the change in this line? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
