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

ratelimiter: fixing rate limiter use #755

Merged
merged 1 commit into from
Feb 6, 2015
Merged

ratelimiter: fixing rate limiter use #755

merged 1 commit into from
Feb 6, 2015

Commits on Feb 6, 2015

  1. ratelimiter: fixing rate limiter use

    Use of the ratelimiter should be conscious of the ratelimiter's
    potential closing. any loops that add work to ratelimiter
    should (a) only do so if the rate limiter is not closed,
    or (b) prevent limiter while work is added
    (i.e. use limiter.Go(addWorkHere))
    jbenet committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    91a79bc View commit details
    Browse the repository at this point in the history