mirror of
https://github.com/minio/minio.git
synced 2025-04-29 14:17:59 -04:00
fix comment in bucket bandwidth package
This commit is contained in:
parent
284a2b9021
commit
187129a907
@ -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…
x
Reference in New Issue
Block a user