[
https://issues.apache.org/jira/browse/KNOX-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979398#comment-14979398
]
Kevin Minder commented on KNOX-611:
-----------------------------------
This can be configured in gateway-site.xml as shown below. The default value
is 254. This was also the internal value used by Jetty as the default
previously.
{code}
<property>
<name>gateway.threadpool.max</name>
<value>254</value>
</property>
{code}
> Expose configuration for Jetty's thread pool and connection queue
> -----------------------------------------------------------------
>
> Key: KNOX-611
> URL: https://issues.apache.org/jira/browse/KNOX-611
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Affects Versions: 0.7.0
> Reporter: Kevin Minder
> Fix For: 0.7.0
>
>
> Currently Knox uses Jetty's default thread pool and connection queue
> configuration. As of 8.1.14.v20131031 these are minThread=8, maxThread=254,
> maxQueue=-1. The maxQueue=1 implies and unlimited connection queue.
> The settings should be exposed as optional settings gateway-site.xml. The
> absence of these settings should fall back to the Jetty defaults.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)