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:21:49 UTC

svn commit: r1476888 - /kafka/site/08/configuration.html

Author: junrao
Date: Mon Apr 29 04:21:49 2013
New Revision: 1476888

URL: http://svn.apache.org/r1476888
Log:
add span to 0.8 docs

Modified:
    kafka/site/08/configuration.html

Modified: kafka/site/08/configuration.html
URL: http://svn.apache.org/viewvc/kafka/site/08/configuration.html?rev=1476888&r1=1476887&r2=1476888&view=diff
==============================================================================
--- kafka/site/08/configuration.html (original)
+++ kafka/site/08/configuration.html Mon Apr 29 04:21:49 2013
@@ -24,7 +24,7 @@
     </tr>
     <tr>
       <td>log.dirs</td>
-      <td>/tmp/kafka-logs</td>
+      <td><span>/tmp/kafka-logs</span></td>
       <td>The directories in which the log data is kept</td>
     </tr>
     <tr>
@@ -88,7 +88,7 @@
     </tr>
     <tr>
       <td>log.segment.bytes</td>
-      <td>1024 * 1024 * 1024</td>
+      <td><span>1024 * 1024 * 1024</span></td>
       <td>The maximum size of a single log file</td>
     </tr>
     <tr>
@@ -204,7 +204,7 @@
     </tr>
     <tr>
       <td>replica.fetch.max.bytes</td>
-      <td>1024 * 1024</td>
+      <td><span>1024 * 1024</span></td>
       <td>The number of byes of messages to attempt to fetch</td>
     </tr>
     <tr>