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

Add a random, exponential increasing delay when there are no results for a service #117

Merged
merged 2 commits into from
Nov 17, 2022

Commits on Nov 15, 2022

  1. add random, exponentially increasing delay when there are no results.

    the first delay will be between 2 and 11 seconds and it will max out
    beween 130 and 175 seconds:
    
    delay count: range of possible delay in seconds
    
    1 => [2, 11]
    2 => [10, 28]
    3 => [30, 57]
    4 => [68, 104]
    5 (and up) => [130, 175]
    leklund committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3ccef5c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    d4bc0a6 View commit details
    Browse the repository at this point in the history