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

fix(watch), default to not use fsevents until a new chokidar release #7902

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

davidfirst
Copy link
Member

@davidfirst davidfirst commented Sep 12, 2023

This is related to this bug: paulmillr/chokidar#1196 (comment).
A fix was merged to master on chokidar repo. Once a new version is released, we can default to FsEvents again.

@davidfirst davidfirst merged commit 4cf61bf into master Sep 12, 2023
@davidfirst davidfirst deleted the default-not-use-fsevents branch September 12, 2023 19:02
davidfirst added a commit that referenced this pull request Sep 15, 2023
…7915)

This is a continuation of the watcher saga. See last update here:
#7902
It may take some time for Chokidar owners to release a new version (the
last one was released Jan 22), so this repo was forked and a new version
was released under `@teambit/chokidar`.
With this new version it's possible to work with the FsEvents and avoid
the high CPU load.
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

Successfully merging this pull request may close these issues.

2 participants