Skip to content

Commit 02213f9

Browse files
committed
fix(deisctl): bump default etcd timeout to 10s
1 parent f5d86a7 commit 02213f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deisctl/deisctl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Options:
8181
--known-hosts-file=<path> file used to store remote machine fingerprints [default: ~/.ssh/known_hosts]
8282
--strict-host-key-checking verify SSH host keys [default: true]
8383
--tunnel=<host> establish an SSH tunnel for communication with fleet and etcd [default: ]
84-
--request-timeout=<secs> amount of time to allow a single request before considering it failed. [default: 3.0]
84+
--request-timeout=<secs> amount of time to allow a single request before considering it failed. [default: 10.0]
8585
`
8686
// parse command-line arguments
8787
args, err := docopt.Parse(usage, nil, true, Version, true)

0 commit comments

Comments
 (0)