mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
serialize replication stats() only when needed (#16280)
This commit is contained in:
@@ -638,7 +638,7 @@ type replicationResyncer struct {
|
||||
}
|
||||
|
||||
const (
|
||||
replicationDir = "replication"
|
||||
replicationDir = ".replication"
|
||||
resyncFileName = "resync.bin"
|
||||
resyncMetaFormat = 1
|
||||
resyncMetaVersionV1 = 1
|
||||
|
||||
Reference in New Issue
Block a user