4e1760c91b
Motivation: It should be possible to disable the Recycler with -Dio.netty.recycler.maxCapacity=0, but because of a typo this is not the case. Modifications: Replace <= with < to make it posible to disable the Recycler. Result: Correct behaviour when using -Dio.netty.recycler.maxCapacity=0 |
||
---|---|---|
.. | ||
src | ||
pom.xml |