Skip to content

tor-config: Use a polling watcher on non-windows platforms that don't have inotify.

gabi-250 requested to merge gabi-250/arti:fs-watcher-poll into main

On windows and platforms that support inotify (i.e. linux and android), we continue using the recommended watcher. On platforms that use kqueue, we switch to a polling watcher to work around a notify bug that manifests when using a non-recursive watcher to watch a directory.

This commit is best reviewed with git diff --ignore-all-space.

Closes #1644 (closed)

Merge request reports

Loading