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

BSD: Don't send ignored paths to kqueue #538

Closed
wants to merge 1 commit into from

Commits on Apr 23, 2021

  1. BSD: Don't send ignored paths to kqueue

    kqueue requires a file handle for every file and directory being
    watched so using Listen in a directory with .git or vendor/bundle
    quickly eats up all available file handles.
    
    Since these paths are being ignored by the silencer anyway, prevent
    watching these paths to conserve file handles.
    jcs committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    eb952a2 View commit details
    Browse the repository at this point in the history