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
We should also handle this for BSD as code 23. Not sure if this is with kqueue, and where exactly this error comes up. Would need a BSD person to check this.
It's an error with kqueue (or the kqueue implementation) and I received it on macOS as well when I was using RecommendedWatcher with features = [ "macos_kqueue" ]. The file limit seems relatively low, as I experienced this with a directory with "only" 28,850 files/entries across its descendants.
The count included folders as well, fwiw. Edit: Or maybe not, I’d have to double check.
I imagine it’s possible to paper around this by watching the root directly non-recursively and child directories recursively individually but almost certainly out of scope for the crate.
We currently handle inotify limits.
We should also handle this for BSD as code 23. Not sure if this is with kqueue, and where exactly this error comes up. Would need a BSD person to check this.
Origin: extrawurst/gitui#1439
The text was updated successfully, but these errors were encountered: