Skip to content

Commit

Permalink
Merge pull request apache#2590 from jisookim0513/master
Browse files Browse the repository at this point in the history
fix default number of connections on broker config documentation
  • Loading branch information
xvrl committed Mar 3, 2016
2 parents 703dc7a + 177b575 commit 9fbcd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/configuration/broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fbcd86

Please sign in to comment.