Github user michaelandrepearce commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1534#discussion_r138714254
  
    --- Diff: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyAcceptor.java
 ---
    @@ -206,6 +207,8 @@
     
        final AtomicBoolean warningPrinted = new AtomicBoolean(false);
     
    +   private static int communicationTimeout = 30; //seconds
    --- End diff --
    
    Also shouldn't be static, as you may want to configure different acceptors 
to different configs


---

Reply via email to