浏览代码

[DOCS] update maxRetryTimeout in java REST client usage page

javanna 8 年之前
父节点
当前提交
85df978d80
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/java-rest/low-level/usage.asciidoc

+ 1 - 1
docs/java-rest/low-level/usage.asciidoc

@@ -91,7 +91,7 @@ parameters while building the `RestClient` instance:
 `setDefaultHeaders`:: default headers that need to be sent with each request,
 to prevent having to specify them with each single request
 `setMaxRetryTimeoutMillis`:: the timeout that should be honoured in case
-multiple attempts are made for the same request. The default value is 10
+multiple attempts are made for the same request. The default value is 30
 seconds, same as the default socket timeout. In case the socket timeout is
 customized, the maximum retry timeout should be adjusted accordingly
 `setFailureListener`:: a listener that gets notified every time a node