etcd-io/etcd

some etcdctl commands use default timeout instead of user specified value

mitake opened this issue · 1 comments

Some etcdctl commands (e.g. etcdctl member) seem to use client.DefaultRequestTimeout instead of c.GlobalDuration("timeout"). Therefore their timeout value is different from user specified value (--timeout). Is this intentional?

LGTM. Thanks!