Skip to content
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

Stop service on error #156

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 2, 2022

  1. Stop the service on error.

    This way the watcher will release all RAM used for watching the inodes on linux.
    julianmesa-gitkraken committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    b3dad2b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Document new behavior

    Now when the service receives an error, the watcher stops releasing all resources, so if you try to stop the service after an error, you will get an exception.
    julianmesa-gitkraken committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    4c1f280 View commit details
    Browse the repository at this point in the history