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

wait improvement and default #83

Open
georgir opened this issue Nov 20, 2015 · 0 comments
Open

wait improvement and default #83

georgir opened this issue Nov 20, 2015 · 0 comments

Comments

@georgir
Copy link

georgir commented Nov 20, 2015

Instead of waiting a certain number of seconds, waiting for the last executed command to finish might be desirable.
An option to wait a number of seconds since the command was last ran may also be nice. It differs from the current 'wait interval after file change' in that the first change after some idle interval can be reacted to immediately without delay, and throttling will happen only if changes happen more often than the specified interval.
Also, some kind of wait must be enabled by default, otherwise watch becomes a forkbomb if any kind of rapid file change (such as npm install) occurs in the watched directory.

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

1 participant