mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-04 11:00:05 +00:00
upgrade all the things
This commit is contained in:
parent
33889889e8
commit
c50cefa71e
2 changed files with 6 additions and 6 deletions
|
@ -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()),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue