use io.netty.leakDetection.targetRecords as replacement for io.netty.leakDetection.maxSampledRecords (#9925)
Motivation:
"io.netty.leakDetection.maxSampledRecords" was removed in 16b1dbdf92
Modification:
Replaced it with targetRecords
Result:
Use correct flag during test execution
This commit is contained in:
parent
2be3d888e7
commit
76fb4c894a
2
pom.xml
2
pom.xml
@ -215,7 +215,7 @@
|
||||
<profile>
|
||||
<id>leak</id>
|
||||
<properties>
|
||||
<argLine.leak>-Dio.netty.leakDetectionLevel=paranoid -Dio.netty.leakDetection.maxRecords=32</argLine.leak>
|
||||
<argLine.leak>-Dio.netty.leakDetectionLevel=paranoid -Dio.netty.leakDetection.targetRecords=32</argLine.leak>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
|
Loading…
Reference in New Issue
Block a user