Skip to content

tor-config: Make the `FileWatcher` ignore non-mutating file events.

gabi-250 requested to merge gabi-250/arti:fix-endless-reload-config into main

Without this, setting watch_configuration = true results in endless config reloading due to arti accessing the config (which triggers an access event, which in turn, triggers a config reload, and so on).

Closes #1794 (closed)

Merge request reports

Loading