Skip to content

Commit 8c1015e

Browse files
committed
adding default value for maxErrorRetry to client configuration topic
1 parent 4cd6fcd commit 8c1015e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc_source/section-client-configuration.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ You can set options related to timeouts and handling errors with HTTP connection
9797

9898
* :strong:`Maximum Error Retries`
9999

100-
You can set the maximum retry count for retriable errors by using the
101-
:aws-java-ref:`ClientConfiguration.setMaxErrorRetry
102-
<ClientConfiguration.html#setMaxErrorRetry-int->` method.
100+
The default maximum retry count for retriable errors is 3. You can set a different value
101+
by using the :aws-java-ref:`ClientConfiguration.setMaxErrorRetry
102+
<ClientConfiguration.html#setMaxErrorRetry-int->` method.
103103

104104

105105
TCP Socket Buffer Size Hints
@@ -128,4 +128,3 @@ TCP settings, including the following:
128128

129129
* `TCP Tuning and Network Troubleshooting <http://www.onlamp.com/pub/a/onlamp/2005/11/17/tcp_tuning.html>`_
130130
* `Host Tuning <http://fasterdata.es.net/host-tuning/>`_
131-

0 commit comments

Comments
 (0)