Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
expose netty threads num config to bk_server.conf (#3173)
### Motivation #1612 this PR make the Netty io threads number configurable, but doesn't expose to the `bk_server.conf`. This parameter will be usually changed in performance tuning especially deploy this bookie on bare metal which have many cpus. For operation engineer who is unfamiliar with the source code will be hard to do performance tuning. ### Changes Expose this parameter configuration into `bk_server.conf` and website. And add more explanation about it.
- Loading branch information