common-parms.asciidoc 505 B

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