Skip to content

Commit

Permalink
Fix timeout default in README
Browse files Browse the repository at this point in the history
  • Loading branch information
danenania authored Nov 18, 2018
1 parent 50fd8e2 commit bfc1763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ echo "$SOME_VAR"
-h, --help help for envkey-source
-v, --version prints the version
--verbose print verbose output (default is false)
--timeout float timeout in seconds for http requests (default 2)
--timeout float timeout in seconds for http requests (default 10)
--retries uint8 number of times to retry requests on failure (default 3)
--retryBackoff float retry backoff factor: {retryBackoff} * (2 ^ {retries - 1}) (default 1)
```
Expand Down

0 comments on commit bfc1763

Please sign in to comment.