You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix a few linter warnings
* 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.
0 commit comments