Store blobs in correct db for atomic ops

This commit is contained in:
Emilia Hane
2023-01-17 20:22:36 +01:00
parent 625980e484
commit dcb5495745
3 changed files with 35 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ where
"Garbage collecting {} temporary states",
delete_ops.len() / 2
);
self.do_atomically(delete_ops)?;
self.do_atomically_and_update_cache(delete_ops, None)?;
}
Ok(())