We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf6c2c commit 275fc02Copy full SHA for 275fc02
pkgs/watcher/CHANGELOG.md
@@ -3,6 +3,9 @@
3
- Polling watchers now check file sizes as well as "last modified" times, so
4
they are less likely to miss changes on platforms with low resolution
5
timestamps.
6
+- `DirectoryWatcher` on Windows performance: reduce 100ms buffering of events
7
+ before reporting to 5ms, the larger buffer isn't needed for correctness after
8
+ the various fixes.
9
- Bug fix: while listing directories skip symlinks that lead to a directory
10
that has already been listed. This prevents a severe performance regression on
11
MacOS and Linux when there are more than a few symlink loops.
0 commit comments