clebertsuconic commented on a change in pull request #3876:
URL: https://github.com/apache/activemq-artemis/pull/3876#discussion_r765829941



##########
File path: 
artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireProtocolManager.java
##########
@@ -97,6 +100,8 @@
 
    private boolean prefixPacketSize = true;
 
+   private int maxActorSize = 20;

Review comment:
       I was going with 1000, but my computer is slow to sync due to some 
crypto thing...
   
   
   I have not decided on the default yet.. but this is mostly about syncs...
   
   
   the other thing is I will probably make those writes to the journal to not 
sync if the client is not waiting for a response.




-- 
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]


Reply via email to