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 throttle #190

Merged
merged 3 commits into from
May 7, 2020
Merged

Commits on May 6, 2020

  1. Update last called time adding throttle period

    Instead of setting to now, which could be larger than the expected call
    time.
    efernandez committed May 6, 2020
    Configuration menu
    Copy the full SHA
    55ed275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8692f10 View commit details
    Browse the repository at this point in the history
  3. Fix check for init/zero last called time

    We cannot use isValid because that does not check the last called time
    is zero, but a completely different thing. We must use isZero.
    efernandez committed May 6, 2020
    Configuration menu
    Copy the full SHA
    92f13de View commit details
    Browse the repository at this point in the history