XiaoyiPeng opened a new issue #3567:
URL: https://github.com/apache/rocketmq/issues/3567
**BUG REPORT**
1. Please describe the issue you observed:
The value of configuration item (PushConsumer#consumeThreadMin) in
document and code are different.
The value(`PushConsumer#consumeThreadMin`) in document is **10**, as
shown below:

But in code(class
`org.apache.rocketmq.client.consumer.DefaultMQPushConsumer`), the value is
**20**, as shown below:
```
/**
* Minimum consumer thread number
*/
private int consumeThreadMin = 20;
```
2. Please tell us about your environment:
Windows10
--
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]