-
fix(inotify): Watch files in new created directories (#391)
发布于
2026-04-18 23:52:16 +00:00 There are 2 problems:
- There is a fixed limit of how many fsevents streams macos can spawn per process
- New created directories are not getting watched
This fixes both
下载附件