mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-06 21:33:14 +00:00
fix(replication): retain MRF entries until completion (#5671)
This commit is contained in:
@@ -232,7 +232,7 @@ impl ReplicationPriority {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum ReplicationOperation {
|
||||
Object(Box<ReplicateObjectInfo>),
|
||||
Delete(Box<DeletedObjectReplicationInfo>),
|
||||
|
||||
Reference in New Issue
Block a user