upgrade all the things

This commit is contained in:
Niko Matsakis 2024-07-28 10:35:32 +00:00
parent 33889889e8
commit c50cefa71e
2 changed files with 6 additions and 6 deletions

View file

@ -89,7 +89,7 @@ impl Database {
storage,
logs: Default::default(),
files: DashMap::new(),
file_watcher: Mutex::new(new_debouncer(Duration::from_secs(1), None, tx).unwrap()),
file_watcher: Mutex::new(new_debouncer(Duration::from_secs(1), tx).unwrap()),
}
}
}