From 177b575d416a142424a2a8792e669ae07e771562 Mon Sep 17 00:00:00 2001 From: jisookim Date: Thu, 3 Mar 2016 13:50:48 -0800 Subject: [PATCH] fix default number of connections on broker config documentation --- docs/content/configuration/broker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/broker.md b/docs/content/configuration/broker.md index 8cc0ff031ea..41b1a18ce30 100644 --- a/docs/content/configuration/broker.md +++ b/docs/content/configuration/broker.md @@ -36,7 +36,7 @@ Druid uses Jetty to serve HTTP requests. |--------|-----------|-------| |`druid.server.http.numThreads`|Number of threads for HTTP requests.|10| |`druid.server.http.maxIdleTime`|The Jetty max idle time for a connection.|PT5m| -|`druid.broker.http.numConnections`|Size of connection pool for the Broker to connect to historical and real-time nodes. If there are more queries than this number that all need to speak to the same node, then they will queue up.|5| +|`druid.broker.http.numConnections`|Size of connection pool for the Broker to connect to historical and real-time nodes. If there are more queries than this number that all need to speak to the same node, then they will queue up.|20| |`druid.broker.http.readTimeout`|The timeout for data reads.|PT15M| #### Retry Policy