PyInotify icon indicating copy to clipboard operation
PyInotify copied to clipboard

add remove_watches to stop all watches

Open yelizariev opened this issue 5 years ago • 0 comments

self cleaning by inonify may be not enough if you have an app, that use os.exec* to reload itself. In this case you may reach max_user_watches limit after some of such reloads

yelizariev avatar Oct 16 '20 13:10 yelizariev