Skip to content

Commit

Permalink
Merge pull request #2287 from olehermanse/query_timeout
Browse files Browse the repository at this point in the history
CFE-3254: Fixed docs rendering of --query-timeout
  • Loading branch information
nickanderson committed Feb 10, 2020
2 parents 1b8937a + 3d2b076 commit 9e68221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/components/cf-hub.markdown
Expand Up @@ -119,7 +119,7 @@ The total time it uses for one host before giving up can be up to 10 times the c

Also note that this value is passed to the underlying OS code (`select()`), there is no guarantee that it will wait for that long.

This parameter can also be set using the command line option, `--query-timeout`.
This parameter can also be set using the command line option, ```--query-timeout```.
If specified in both policy and command line, the command line option takes precedence.
If one of the options (command line or policy) specifies `0`, the other one is used.
If both are not specified (or `0`), the default is used.
Expand Down

0 comments on commit 9e68221

Please sign in to comment.