Author: junrao
Date: Mon Oct  7 16:02:45 2013
New Revision: 1529986

URL: http://svn.apache.org/r1529986
Log:
change default value of request.timeout.ms in 0.8 configuration doc

Modified:
    kafka/site/08/configuration.html

Modified: kafka/site/08/configuration.html
URL: 
http://svn.apache.org/viewvc/kafka/site/08/configuration.html?rev=1529986&r1=1529985&r2=1529986&view=diff
==============================================================================
--- kafka/site/08/configuration.html (original)
+++ kafka/site/08/configuration.html Mon Oct  7 16:02:45 2013
@@ -434,7 +434,7 @@ Essential configuration properties for t
     </tr>
     <tr>
       <td>request.timeout.ms</td>
-      <td colspan="1">1500</td>
+      <td colspan="1">10000</td>
       <td>The amount of time the broker will wait trying to meet the 
request.required.acks requirement before sending back an error to the 
client.</td>
     </tr>
     <tr>


Reply via email to