Fix wrong property mentioned in doc; Author: Praveen K Palaniswamy <yourspraveen@gmail.com>

This commit is contained in:
Guozhang Wang 2018-01-02 10:07:54 -08:00
parent 0ecc3596b4
commit f8593b0958
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
<tr>
<td>socket.timeout.ms</td>
<td colspan="1">30 * 1000</td>
<td>The socket timeout for network requests. The actual timeout set will be max.fetch.wait + socket.timeout.ms.</td>
<td>The socket timeout for network requests. The actual timeout set will be fetch.wait.max.ms + socket.timeout.ms.</td>
</tr>
<tr>
<td>socket.receive.buffer.bytes</td>