mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
Fix issues with multipart upload
This commit is contained in:
Vendored
-2
@@ -85,8 +85,6 @@ func (r *Cache) SetMaxSize(maxSize uint64) {
|
||||
|
||||
// Stats get current cache statistics
|
||||
func (r *Cache) Stats() Stats {
|
||||
r.Lock()
|
||||
defer r.Unlock()
|
||||
return Stats{
|
||||
Bytes: r.currentSize,
|
||||
Items: r.items.Len(),
|
||||
|
||||
Reference in New Issue
Block a user