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

fix retry meaning. Use the same one across all lifecycle. #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 13, 2015

  1. fix retry meaning.

    1. the origin retrycount variable is not exactly stand for retry times. Take retrycount = 1 for example. That means I want try 2 times. But the origin only try one times.
    2. When it is the last try, it should not wait retrydelay to return.
    3. retrydelay, and retry times should be changable in  each lock.
    huangyg11 committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    e69bf15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a08abfe View commit details
    Browse the repository at this point in the history