mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 22:47:02 -04:00
task(event cache store): include the number of added items in one log
This commit is contained in:
@@ -461,7 +461,7 @@ impl EventCacheStore for SqliteEventCacheStore {
|
||||
Update::PushItems { at, items } => {
|
||||
let chunk_id = at.chunk_identifier().index();
|
||||
|
||||
trace!(%room_id, "pushing items @ {chunk_id}");
|
||||
trace!(%room_id, "pushing {} items @ {chunk_id}", items.len());
|
||||
|
||||
for (i, event) in items.into_iter().enumerate() {
|
||||
let serialized = serde_json::to_vec(&event)?;
|
||||
|
||||
Reference in New Issue
Block a user