1
0
Fork 0
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:
Jonathan de Jong 2021-07-04 02:03:46 +02:00
parent 14e6afc45e
commit a55dec9035
2 changed files with 13 additions and 4 deletions

View file

@ -144,6 +144,8 @@ pub async fn sync_helper_wrapper(
}
}
drop(db);
let _ = tx.send(Some(r.map(|(r, _)| r.into())));
}