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
Rather than using a continuous reload loop to reload the queue file, instead wait for events delivered from the kernel using inotify - falling back to periodic reloads if the API is unavailable or unusable (for instance on some BSDs).
The text was updated successfully, but these errors were encountered:
This is more awkward than it initially appeared because of cross platforming stuff. The libraries which offer this with a wrapper around cgo all seem to be quite platform dependent and I would like to avoid that.
Until I've figured this out more I'm excluding it from v4.0
Rather than using a continuous reload loop to reload the queue file, instead wait for events delivered from the kernel using inotify - falling back to periodic reloads if the API is unavailable or unusable (for instance on some BSDs).
The text was updated successfully, but these errors were encountered: