parent
b06366ebb7
commit
84c7aa9cad
11 changed files with 136 additions and 60 deletions
|
@ -135,7 +135,7 @@ impl Telemetry {
|
|||
Some(self.state.lock().log_file.as_ref()?.path().to_path_buf())
|
||||
}
|
||||
|
||||
pub fn start(self: &Arc<Self>, db: Arc<Db>) {
|
||||
pub fn start(self: &Arc<Self>, db: Db) {
|
||||
let this = self.clone();
|
||||
self.executor
|
||||
.spawn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue