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
Every 3 seconds or so, we iterate through all files to make sure they have a running task. This spikes CPU usage to 25%, which might be too high for lower-end devices.
By switching to using the notify library, we'll be able to use the native API for Linux and MacOS for watching for file changes
The text was updated successfully, but these errors were encountered:
billyb2
changed the title
Reduce CPU Usage When Iterating Through All Files
Switch To Using Notify
Sep 27, 2023
Every 3 seconds or so, we iterate through all files to make sure they have a running task. This spikes CPU usage to 25%, which might be too high for lower-end devices.
By switching to using the notify library, we'll be able to use the native API for Linux and MacOS for watching for file changes
The text was updated successfully, but these errors were encountered: