Skip to content
Merged
Changes from 1 commit
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
8 changes: 3 additions & 5 deletions docs/reference/snapshot-restore/repository-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,9 @@ settings belong in the `elasticsearch.yml` file.

`read_timeout`::

The maximum time {es} will wait to receive the next byte of data over an established,
open connection to the repository before it closes the connection. The value should
specify the unit.
For example, a value of `5s` specifies a 5 second timeout. The default value
is 50 seconds.
(<<time-units,time value>>) The maximum time {es} will wait to receive the next byte
of data over an established, open connection to the repository before it closes the
connection. The default value is 50 seconds.

`max_retries`::

Expand Down