Skip to content

Commit

Permalink
add to README about timeout, tcpTimeout, httpTimeout allowing unit
Browse files Browse the repository at this point in the history
If no unit it specified defaults to ms.

Allows units: ms,s,m,h
  • Loading branch information
jeffbski committed Nov 3, 2023
1 parent 84e667f commit 5dab987
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -121,10 +121,17 @@ Standard Options:
Maximum time in ms to wait before exiting with failure (1) code,
default Infinity
Use postfix 'ms', 's', 'm' or 'h' to change the unit.
--tcpTimeout
Maximum time in ms for tcp connect, default 300ms
Maximum time in ms for tcp connect, default 300ms
Use postfix 'ms', 's', 'm' or 'h' to change the unit.
--httpTimeout
Maximum time to wait for the HTTP request, default Infinity
Use postfix 'ms', 's', 'm' or 'h' to change the unit.
-v, --verbose
Expand Down

0 comments on commit 5dab987

Please sign in to comment.