Ignore access events

This commit is contained in:
William Brown 2025-03-13 13:28:33 +10:00
parent 6c5e619e5d
commit 732207c024

View file

@ -1104,6 +1104,8 @@ async fn main() -> ExitCode {
if was_changed {
let _ = inotify_tx.try_send(true);
} else {
debug!(?event, "IGNORED");
}
}
Err(array_errors) => {