You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2015/05/29 08:45:17 UTC

[jira] [Assigned] (CAMEL-8815) [web page] default value of producerPoolMinEvictableIdle

     [ https://issues.apache.org/jira/browse/CAMEL-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CAMEL-8815:
-----------------------------------

    Assignee: Willem Jiang

> [web page] default value of producerPoolMinEvictableIdle
> --------------------------------------------------------
>
>                 Key: CAMEL-8815
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8815
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-netty
>            Reporter: Seiji Sogabe
>            Assignee: Willem Jiang
>            Priority: Minor
>              Labels: wiki
>
> Netty component page (http://camel.apache.org/netty.html) describes that 
> producerPoolMinEvictableIdle is 30,000 (30s). But it should be 300,000 (300s). 
> See  NettyConfiguration.java,
>     @UriParam(label = "producer", defaultValue = "" + 5 * 60 * 1000L)
>     private long producerPoolMinEvictableIdle = 5 * 60 * 1000L;
> camel-netty4 has same issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)