mirror of
https://github.com/minio/minio.git
synced 2025-02-23 11:32:32 -05:00
fix: a typo in storeDataUsageInBackend() comment (#18778)
This commit is contained in:
parent
a0e1163fb6
commit
8cd967803c
@ -41,7 +41,7 @@ const (
|
||||
dataUsageCacheName = ".usage-cache.bin"
|
||||
)
|
||||
|
||||
// storeDataUsageInBackend will store all objects sent on the gui channel until closed.
|
||||
// storeDataUsageInBackend will store all objects sent on the dui channel until closed.
|
||||
func storeDataUsageInBackend(ctx context.Context, objAPI ObjectLayer, dui <-chan DataUsageInfo) {
|
||||
attempts := 1
|
||||
for dataUsageInfo := range dui {
|
||||
|
Loading…
x
Reference in New Issue
Block a user