- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NumSubscribers (0.07 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 Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118K bytes - Viewed (0)