Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,9 @@ Apart from these, the following properties are also available, and may be useful
<td>5</td>
<td>
(Netty only) Seconds to wait between retries of fetches. The maximum delay caused by retrying
is simply <code>maxRetries * retryWait</code>, by default 15 seconds.
is simply <code>maxRetries * retryWait</code>. The default maximum delay is therefore
15 seconds, because the default value of <code>maxRetries</code> is 3, and the default
<code>retryWait</code> here is 5 seconds.
</td>
</tr>
</table>
Expand Down