-
-
Notifications
You must be signed in to change notification settings - Fork 689
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
Remove watching directory introduced in 0.9 #602
Comments
Polling is one possibility. It will replace the current system and will work. I see 3 options if we're not going to do polling: 1. Static
|
no zeromq. That's too heavy. 1 and 2 do not solve the problem of cross-process. I'm ok with a solution that replaces polling when we have an |
Notify library has support for https://github.com/notify-rs/notify/blob/main/src/lib.rs Could have a flag to toggle whether to use the recommended or the poll watcher. |
@halvorboe I'd rather remove the dependency to the notify library to be honest. |
@fulmicoton Ok, will look into implementing the same functionality as the library. |
Tantivy 0.9 introduced a funcationality to watch and autoreload an index when a change in meta.json has been detected.
It has caused errors to different users on various platforms.
Let's just remove it and "poll"
meta.json
, or only enable the functionality whenthe writer and the reader are in the same process.
The text was updated successfully, but these errors were encountered: