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 2013/04/29 06:39:56 UTC

svn commit: r1476891 - /kafka/site/07/configuration.html

Author: junrao
Date: Mon Apr 29 04:39:56 2013
New Revision: 1476891

URL: http://svn.apache.org/r1476891
Log:
add log.roll.hours to 0.7 configw

Modified:
    kafka/site/07/configuration.html

Modified: kafka/site/07/configuration.html
URL: http://svn.apache.org/viewvc/kafka/site/07/configuration.html?rev=1476891&r1=1476890&r2=1476891&view=diff
==============================================================================
--- kafka/site/07/configuration.html (original)
+++ kafka/site/07/configuration.html Mon Apr 29 04:39:56 2013
@@ -74,6 +74,11 @@
     <td>Controls the maximum size of a single log file.</td>
 </tr>
 <tr>
+    <td><code>log.roll.hours</code></td>
+    <td>24 * 7</td>
+    <td>The maximum time before a new log segment is rolled out</td>
+</tr>
+<tr>
     <td><code>max.socket.request.bytes<code></td>
     <td>104857600</td>
     <td>the maximum number of bytes in a socket request</td>