Skip to content

fix(inotify): Watch files in new created directories#391

Merged
dmtrKovalenko merged 1 commit intomainfrom
feat/watcher-fixes
Apr 18, 2026
Merged

fix(inotify): Watch files in new created directories#391
dmtrKovalenko merged 1 commit intomainfrom
feat/watcher-fixes

Conversation

@dmtrKovalenko
Copy link
Copy Markdown
Owner

There are 2 problems:

  1. There is a fixed limit of how many fsevents streams macos can spawn per process
  2. New created directories are not getting watched

This fixes both

There are 2 problems:

1. There is a fixed limit of how many fsevents streams macos can spawn per process
2. New created directories are not getting watched

This fixes both
@dmtrKovalenko dmtrKovalenko merged commit e2ce56a into main Apr 18, 2026
39 checks passed
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.

1 participant