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
but in fact, it doesn't "see" the changed files for at least first 10-15 seconds after startup. I.e. I change some files, but the change is not detected and the callback is not fired. It starts being notified about file changes only after some 10-15 seconds from startup.
The folder is located on an SSD drive.
Is this a known issue?
Is this a limitation of Windows?
The text was updated successfully, but these errors were encountered:
So the problem about "Waiting..." being displayed too early is related to #332 - it's displayed immediately instead of when ready callback is fired by gaze.
The fact about long startup time is linked to the number of files watched. Globbing itself takes only about 1.5 seconds, but it's probably on adding listeners phase when it's so slow, and probably linear with the number of files being watched.
We use grunt watch in our project with a config like this:
Those 3 folders amount to ~3000 files.
When I run grunt, it immediately prints that it's watching/waiting:
but in fact, it doesn't "see" the changed files for at least first 10-15 seconds after startup. I.e. I change some files, but the change is not detected and the callback is not fired. It starts being notified about file changes only after some 10-15 seconds from startup.
The folder is located on an SSD drive.
Is this a known issue?
Is this a limitation of Windows?
The text was updated successfully, but these errors were encountered: