Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(filewatcher): Increase package event buffer
Bumps buffers size for package change events from 1024 to 4096. With some build tools (e.g. cargo) the number of changes to the build direcotry can be quite large resulting in processing delay. It is also likely that during build operations the cpu resources are constrained further contributing to delays in event processing, thus increasing the buffer size seems appropriate
- Loading branch information