From e602ed0582b04d7b6fd442990dd3182f1e2834a5 Mon Sep 17 00:00:00 2001 From: Neha Narkhede Date: Fri, 1 Nov 2013 10:03:37 -0700 Subject: [PATCH] KAFKA-1113 log.cleanup.interval.mins property should be renamed; Trivial patch, no review --- config/server.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/server.properties b/config/server.properties index 8efa83f15a8..d36279e39d3 100644 --- a/config/server.properties +++ b/config/server.properties @@ -97,7 +97,7 @@ log.segment.bytes=536870912 # The interval at which log segments are checked to see if they can be deleted according # to the retention policies -log.cleanup.interval.mins=1 +log.retention.check.interval.ms=60000 ############################# Zookeeper #############################