mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-06-27 16:35:59 +00:00
add better performance around syncs
This commit is contained in:
parent
14e6afc45e
commit
a55dec9035
2 changed files with 13 additions and 4 deletions
|
@ -144,6 +144,8 @@ pub async fn sync_helper_wrapper(
|
|||
}
|
||||
}
|
||||
|
||||
drop(db);
|
||||
|
||||
let _ = tx.send(Some(r.map(|(r, _)| r.into())));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue