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

Prevent double delays and add some docs #411

Merged
merged 2 commits into from
Apr 13, 2023
Merged

Prevent double delays and add some docs #411

merged 2 commits into from
Apr 13, 2023

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    12643c2 View commit details
    Browse the repository at this point in the history
  2. Prevent double delays and add some docs

    I just noticed that reusing `delay` for the poll interval will cause an unintended double delay (first the delay is used as interval, and when a change happened delay is used to wait before building after the change).
    
    Adding a dedicated `poll_interval` parameter allows people to prevent that and apply a more fine-grained configuration.
    
    Also added the new params to the example toml file with some docs which I forgot to do in the initial PR.
    svanharmelen committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b73cd44 View commit details
    Browse the repository at this point in the history