ruanwenjun commented on a change in pull request #760:
URL: 
https://github.com/apache/incubator-eventmesh/pull/760#discussion_r804831554



##########
File path: eventmesh-runtime/conf/eventmesh.properties
##########
@@ -39,6 +39,9 @@ eventMesh.server.tcp.msgReqnumPerSecond=15000
 eventMesh.server.http.msgReqnumPerSecond=15000
 eventMesh.server.session.upstreamBufferSize=20
 
+eventmesh.server.eventSize=1000
+eventmesh.server.eventBatchSize=10

Review comment:
       Maybe it's better to change to 
   ```
   eventmesh.server.maxEventPerLength=1000
   eventmesh.server.maxEventBatchSize=10
   ```
   And add some comments on this config can help user easy to understand.
   




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