jbertram commented on code in PR #6197:
URL: https://github.com/apache/artemis/pull/6197#discussion_r2734367913


##########
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java:
##########
@@ -373,10 +373,10 @@ public class TransportConstants {
 
    public static final boolean DEFAULT_WEB_SOCKET_COMPRESSION_SUPPORTED = 
false;
 
-   public static final String QUIET_PERIOD = "quietPeriod";

Review Comment:
   Strictly speaking the change wasn't necessary. I changed it so that the 
order of `QUIET_PERIOD` & `DEFAULT_QUIET_PERIOD` matched that of 
`SHUTDOWN_TIMEOUT` & `DEFAULT_SHUTDOWN_TIMEOUT`. The change is really for 
readability and aesthetics, but I'll take it out and push a separate commit for 
it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to