You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@balupton Is it possible to watch a single file? I am on windows and keep getting different errors if I try to watch one file. And also ENOENT errors for Windows even if folders exist.
And I noticed the code seems to be slow. It takes around 420ms on my computer - Windows with 32 GB ram - to console log an invoked event when I'm changing file content.
And its seems like this module are eating CPU to breakfest . Now I have 87% load watching a folder with 1 single file.
And could you tell me how to deal with symlinks, and dot files? Are there any options for this?
The text was updated successfully, but these errors were encountered:
ghost
changed the title
how to watch a single file?
slow perf on Windows, and throws on basic stuff
Nov 10, 2016
@balupton Is it possible to watch a single file? I am on windows and keep getting different errors if I try to watch one file. And also ENOENT errors for Windows even if folders exist.
And I noticed the code seems to be slow. It takes around 420ms on my computer - Windows with 32 GB ram - to console log an invoked event when I'm changing file content.
And its seems like this module are eating CPU to breakfest . Now I have 87% load watching a folder with 1 single file.
And could you tell me how to deal with symlinks, and dot files? Are there any options for this?
The text was updated successfully, but these errors were encountered: