fix comment in bucket bandwidth package

master
Harshavardhana 4 years ago
parent 284a2b9021
commit 187129a907
  1. 1
      pkg/bucket/bandwidth/monitor.go

@ -171,6 +171,7 @@ func (m *Monitor) track(bucket string, object string, timeNow time.Time) *bucket
return b return b
} }
// DeleteBucket deletes monitoring the 'bucket'
func (m *Monitor) DeleteBucket(bucket string) { func (m *Monitor) DeleteBucket(bucket string) {
m.lock.Lock() m.lock.Lock()
defer m.lock.Unlock() defer m.lock.Unlock()

Loading…
Cancel
Save