JMAP Registry API implementation - part 9

This commit is contained in:
mdecimus
2026-03-05 19:07:35 +01:00
parent 92c60fff7a
commit 9f9ddee965
47 changed files with 3354 additions and 2280 deletions

View File

@@ -15,7 +15,7 @@ use registry::{
types::{EnumImpl, id::ObjectId},
};
use std::time::Instant;
use trc::{AddContext, PurgeEvent};
use trc::{AddContext, StoreEvent};
use types::{
blob::BlobClass,
blob_hash::{BLOB_HASH_LEN, BlobHash},
@@ -190,7 +190,7 @@ impl Store {
}
trc::event!(
Purge(PurgeEvent::BlobCleanup),
Store(StoreEvent::BlobStorePurged),
Expires = total_deleted,
Total = total_active,
Elapsed = started.elapsed()