KAFKA-1113 log.cleanup.interval.mins property should be renamed; Trivial patch, no review

This commit is contained in:
Neha Narkhede 2013-11-01 10:03:37 -07:00
parent a4fafefdb3
commit e602ed0582
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ log.segment.bytes=536870912
# The interval at which log segments are checked to see if they can be deleted according # The interval at which log segments are checked to see if they can be deleted according
# to the retention policies # to the retention policies
log.cleanup.interval.mins=1 log.retention.check.interval.ms=60000
############################# Zookeeper ############################# ############################# Zookeeper #############################