task icon indicating copy to clipboard operation
task copied to clipboard

Use fsnotify instead of watcher

Open sirenkovladd opened this issue 1 year ago • 2 comments

I have more than 700 files in my project and that's a lot of files to recheck for update (timestamp or hash)

fsnotify should be faster and use less CPU than watcher

sirenkovladd avatar Feb 14 '24 22:02 sirenkovladd

Related to #1179

pd93 avatar Feb 14 '24 22:02 pd93