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
{{ message }}
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
GoConvery actually uses polling exclusively to avoid the "too many files" error (kqueue).
"we walk the file system every quarter second and use the sum of the last mod time stamp and size of each go file as a quick comparison. Along the way we make note of new and deleted packages, all the while skipping 'ignored' packages. It's actually quite speedy." - @mdwhatcott, Gopher Slack
@pifantastic requested a polling fallback here #89 (comment)
GoConvery actually uses polling exclusively to avoid the "too many files" error (kqueue).
https://github.com/smartystreets/goconvey/blob/master/web/server/watcher/scanner.go
I'm not sure if it should be part of fsnotify proper or not, but it should be easy to add one.
The text was updated successfully, but these errors were encountered: