mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03: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