Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

etcdctl: use user specified timeout value for entire command execution #3530

Merged
merged 1 commit into from
Sep 28, 2015

Commits on Sep 28, 2015

  1. etcdctl: use user specified timeout value for entire command execution

    etcdctl should be capable to use a user specified timeout value for
    total command execution, not only per request timeout. This commit
    adds a new option --total-timeout to the command. The value passed via
    this option is used as a timeout value of entire command execution.
    
    Fixes coreos#3517
    mitake committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    8ebc933 View commit details
    Browse the repository at this point in the history