diff --git a/cmd/bucket-replication.go b/cmd/bucket-replication.go index 46b4c3cec..63b5104ad 100644 --- a/cmd/bucket-replication.go +++ b/cmd/bucket-replication.go @@ -2726,6 +2726,7 @@ func (p *ReplicationPool) queueMRFSave(entry MRFReplicateEntry) { case <-GlobalContext.Done(): return case p.mrfSaveCh <- entry: + default: } }