timeoutparms.asciidoc 547 B

1234567891011
  1. `timeout`::
  2. (time units) Specifies the period of time to wait for a response. If no
  3. response is received before the timeout expires, the request fails and
  4. returns an error. Defaults to `30s`. For more information about
  5. time units, see <<time-units>>.
  6. `master_timeout`::
  7. (time units) Specifies the period of time to wait for a connection to the
  8. master node. If no response is received before the timeout expires, the request
  9. fails and returns an error. Defaults to `30s`. For more information about
  10. time units, see <<time-units>>.