From 9b6cbf8ab1b3cd651e9ad6ef19af21605f270dac Mon Sep 17 00:00:00 2001 From: Scott Mitchell Date: Wed, 21 Sep 2016 17:33:04 -0700 Subject: [PATCH] Fix typo for max leak records system property Motivation: For the leak profile we attempted to increase the number of leak hints that were retained to make debugging easier, but there was a typo. Modifications: - maxRecord -> maxRecords Result: Fix typo in pom.xml so leak profile provides more context for leaks. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bfda58188a..e93d14b253 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ leak - -Dio.netty.leakDetectionLevel=paranoid -Dio.netty.leakDetection.maxRecord=32 + -Dio.netty.leakDetectionLevel=paranoid -Dio.netty.leakDetection.maxRecords=32