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
Marking this as urgent because the watcher process consumes so much CPU on the cloud offering during IDE load
that the terminal is unusable for a few seconds.
The text was updated successfully, but these errors were encountered:
* Set low CPU priority on watcher
Fixes#247.
* Batch stat and readdir calls
* Fix fs.exists
callbackify seems to always adds an error as the first argument. Opted
to just use the promise for this one.
* Batch lstat
* Add maximum time for flushing batches
Probably via
nice
.Marking this as urgent because the watcher process consumes so much CPU on the cloud offering during IDE load
that the terminal is unusable for a few seconds.
The text was updated successfully, but these errors were encountered: