netty5/common/src
Norman Maurer 4e1760c91b Allow disable Recycler via -Dio.netty.recycler.maxCapacity=0
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
2016-03-21 08:34:42 +01:00
..
main Allow disable Recycler via -Dio.netty.recycler.maxCapacity=0 2016-03-21 08:34:42 +01:00
test Deprecate PromiseAggregator 2016-03-14 10:53:30 -07:00