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

File Watching with many files slows down whole system #19

Open
HenningCash opened this issue Sep 8, 2020 · 0 comments
Open

File Watching with many files slows down whole system #19

HenningCash opened this issue Sep 8, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@HenningCash
Copy link
Member

Try with a node_modules dir and a lot of deps.

  • Why does it block the whole app?
  • Maybe limit max depth?
  • If there are more than X child files/dirs in a directory, do not descent into children
  • Allow to define excluded dirs glob (default maybe dot-files, .git, node_modules etc.)
@HenningCash HenningCash added the bug Something isn't working label Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant