You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2014/07/21 17:58:27 UTC

svn commit: r1612329 - /kafka/site/081/configuration.html

Author: junrao
Date: Mon Jul 21 15:58:26 2014
New Revision: 1612329

URL: http://svn.apache.org/r1612329
Log:
clarify explanation in log.delete.delay.ms

Modified:
    kafka/site/081/configuration.html

Modified: kafka/site/081/configuration.html
URL: http://svn.apache.org/viewvc/kafka/site/081/configuration.html?rev=1612329&r1=1612328&r2=1612329&view=diff
==============================================================================
--- kafka/site/081/configuration.html (original)
+++ kafka/site/081/configuration.html Mon Jul 21 15:58:26 2014
@@ -209,7 +209,7 @@ ZooKeeper also allows you to add a "chro
     <tr>
       <td>log.delete.delay.ms</td>
       <td>60000</td>
-      <td>The period of time we hold log files around after they are removed from the index. This period of time allows any in-progress reads to complete uninterrupted without locking. You generally don't need to change this.</td>
+      <td>The period of time we hold log files around after they are removed from the in-memory segment index. This period of time allows any in-progress reads to complete uninterrupted without locking. You generally don't need to change this.</td>
     </tr>
     <tr>
       <td>log.flush.offset.checkpoint.interval.ms</td>