wankai123 opened a new pull request, #13445:
URL: https://github.com/apache/skywalking/pull/13445

   - [ ] If this pull request closes/resolves/fixes an existing issue, replace 
the issue number. Closes #<issue number>.
   - [X] Update the [`CHANGES` 
log](https://github.com/apache/skywalking/blob/master/docs/en/changes/changes.md).
   
   If we don't set the `workerGroup` and  `blockingTaskExecutor`, Armeria will 
use the shared `CommonPools` for all HTTP servers by default.
   By default, the number of `EventLoopGroup` threads is processor * 2, and 
`BlockingTaskExecutor` is 200 and can be recycled if over the 
`keepAliveTimeMillis` (60000L by default)
   This can avoid creating too many threads.


-- 
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: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to