mirror of
https://github.com/apache/druid.git
synced 2025-02-13 13:34:58 +00:00
* Fixed (#4216) Modify the default value of `druid.server.http.numThreads` to `Math.max(10, (Runtime.getRuntime().availableProcessors() * 17) / 16 + 2) + 30` * Fixed(#4216) Modify the default value of `druid.server.http.numThreads` to `max(10, (Number of cores * 17) / 16 + 2) + 30` * Fixed(#4216) Modify the default value of `druid.server.http.numThreads` to `max(10, (Number of cores * 17) / 16 + 2) + 30`