-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve responsiveness on macos: add support for kFSEventStreamCreateFlagNoDefer #230
Comments
Thank you very much @iwelch: in fact Here is the documentation and the rationale for the behaviour of
I'm marking this as an enhancement. |
Suggestion: If fswatch is running on a tty, make fast check the update. if fswatch is invoked in batch, make slow check the update. (and maybe allow a flag to toggle.) |
Thanks, that's a good suggestion indeed. |
This has been implemented in |
hi enrico---in the docs, you probably want to change "OS X" to "macos" now.
even with a latency request of 0.2, fswatch sometimes takes several seconds. Other apps, liked Marked 2 (https://marked2app.com/) are always instant, using fsevents.
regards, /iaw
The text was updated successfully, but these errors were encountered: