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
I found out from a flamegraph that this slowness is due to walking through the whole directory. I'm not sure if this is a problem, or it's just necessary to do that to watch a dir.
Hi,
Just noticed a weird thing, that beholder takes 45s to watch a dir on
my pc, but it almost instantly finishes the job on another dir, is it
normal?
In the meantime, I'm trying to figure it out using clj-async-profiler.
The text was updated successfully, but these errors were encountered: