fix(replication): retain MRF entries until completion (#5671)

This commit is contained in:
cxymds
2026-08-03 22:09:24 +08:00
committed by GitHub
parent acce8b2253
commit 4310850103
3 changed files with 87 additions and 27 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ impl ReplicationPriority {
}
}
#[derive(Debug)]
#[derive(Debug, Clone)]
pub enum ReplicationOperation {
Object(Box<ReplicateObjectInfo>),
Delete(Box<DeletedObjectReplicationInfo>),