gorakhargosh / watchdog

Python library and shell utilities to monitor filesystem events.

Home Page:http://packages.python.org/watchdog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EventDebouncer doesn't produce events when handle_events is called too often

ivg opened this issue · comments

If the handle_events method is called every debounce_interval_seconds or more often then the callback is never called, because the timer never expires.

Don't worry, a fix is on the way.