mirror of https://github.com/apache/kafka.git
KAFKA-1113 log.cleanup.interval.mins property should be renamed; Trivial patch, no review
This commit is contained in:
parent
a4fafefdb3
commit
e602ed0582
|
@ -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 #############################
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue