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

Option to turn off debounce/throttle #37

Closed
tlancina opened this issue Oct 25, 2016 · 2 comments
Closed

Option to turn off debounce/throttle #37

tlancina opened this issue Oct 25, 2016 · 2 comments

Comments

@tlancina
Copy link

Even if you set a wait of 0, if there are multiple change events from fsevents in the same event loop, only one will have a command executed for it.

This is a problem when transpiling or generating sourcemaps, which can affect multiple files at a time.

@lossanarch
Copy link

This problem is fixed by PR#52 (https://github.com/kimmobrunfeldt/chokidar-cli/pull/52) which allows full avoidance of debounce.

@sbleon
Copy link
Contributor

sbleon commented Jul 2, 2020

This is fixed by #90, which has been merged. I think this issue can be closed.

@tlancina tlancina closed this as completed Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants