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

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

Seiji Sogabe created CAMEL-8815:
-----------------------------------

             Summary: [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
            Priority: Minor


Netty component page (http://camel.apache.org/netty.html) describes that 
producerPoolMinEvictableIdle is 30,000 (30s). But it shoould be 300,000 (300s). 

See  NettyConfiguration.java,

    @UriParam(label = "producer", defaultValue = "" + 5 * 60 * 1000L)
    private long producerPoolMinEvictableIdle = 5 * 60 * 1000L;

camel-neety4 has same issue.




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