tor-config: Make the `FileWatcher` ignore non-mutating file events.
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)