123456789101112 |
- tag::timeoutparms[]
- `timeout`::
- (Optional, <<time-units, time units>>) Specifies the period of time to wait for
- a response. If no response is received before the timeout expires, the request
- fails and returns an error. Defaults to `30s`.
- `master_timeout`::
- (Optional, <<time-units, time units>>) Specifies the period of time to wait for
- a connection to the master node. If no response is received before the timeout
- expires, the request fails and returns an error. Defaults to `30s`.
- end::timeoutparms[]
|