- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NumSubscribers (0.95 sec)
-
cmd/bucket-replication.go
func (s *replicationResyncer) trace(resyncID string, path string) func(sz int64, err error) { startTime := time.Now() return func(sz int64, err error) { duration := time.Since(startTime) if globalTrace.NumSubscribers(madmin.TraceReplicationResync) > 0 { globalTrace.Publish(replicationResyncTrace(resyncID, startTime, duration, path, err, sz)) } } }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 118.2K bytes - Viewed (0)