This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
lorri daemon: stop watching a project’s files after a timeout #163
Labels
feature request
Request for new functionality
P2
major: an upcoming release
user-facing
Improvement that increases user experience
Everything except the timeout part, which is why I haven’t closed this issue yet.
Originally posted by @Profpatsch in #65 (comment)
If the daemon runs for a long time and watches a lot of projects, it might run out of available watch handles to watch more files; this is essentially a resource leak.
We should introduce a timeout that automatically drops files from the watcher after a certain amount of time has passed without any new requests for evaluation of a nix file.
The text was updated successfully, but these errors were encountered: