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
presently we accept a millisecond configuration value to loop main.cpp/processDirectory -- is it significantly better to do file-based events to trigger processDirectory?
even at 100ms loop there is basically no CPU load tho (~0%).
if we do remove the milliseconds and just do while (true) we get to ~6% CPU usage