damonxue opened a new issue #2771: URL: https://github.com/apache/incubator-shenyu/issues/2771
### Question  ```java // 阻塞队列中的客户端超过了给定的值100,则分批执行 if (clients.size() > httpSyncProperties.getNotifyBatchSize()) { ``` Because there won't be too many clients? Or can be optimized? -- 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]
