Skip to content

Commit

Permalink
use io.netty.leakDetection.targetRecords as replacement for io.netty.…
Browse files Browse the repository at this point in the history
…leakDetection.maxSampledRecords (#9925)

Motivation:

"io.netty.leakDetection.maxSampledRecords" was removed in 16b1dbd

Modification:

Replaced it with targetRecords

Result: 

Use correct flag during test execution
  • Loading branch information
denyska authored and normanmaurer committed Jan 9, 2020
1 parent 2be3d88 commit 76fb4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 76fb4c8

Please sign in to comment.