You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(inotify): notify a user if the max_user_watches has been reached implicitly (#698)
* feat(inotify): notify a user if the `max_user_watches` has been reached implicitly
There was no way to detect the problem if it caused by implicitly watched directory (e.g. recursive watch).
This commit gives a user the ability to handle the problem and react somehow.
For example, gui app can show a notification with some instructions how to increase the value
* chore: changelog for (#698)
0 commit comments