CHANGE: Manage root folder paths for the file ID cache automatically. breaking
This simplifies the usage of the debouncer-full. By default it will now maintain the file id cache on its own.
It should make it impossible to misuse the feature.
CHANGE: Add RecommendedCache, which automatically enables the file ID cache on Windows and MacOS
and disables it on Linux, where it is not needed.
inotify emits rename cookies, so the file id cache can be disabled on Linux.
CHANGE: Manage root folder paths for the file ID cache automatically. breaking
This simplifies the usage of the
debouncer-full
. By default it will now maintain the file id cache on its own. It should make it impossible to misuse the feature.CHANGE: Add
RecommendedCache
, which automatically enables the file ID cache on Windows and MacOS and disables it on Linux, where it is not needed.inotify emits rename cookies, so the file id cache can be disabled on Linux.