Remove size query parameter from PerfInfo handler (#8258)

This commit is contained in:
Krishnan Parthasarathi
2019-09-17 13:29:12 -07:00
committed by kannappanr
parent 04b92124c5
commit 31bee6b6ed
2 changed files with 2 additions and 1 deletions

View File

@@ -109,5 +109,6 @@ func getLocalDrivesPerf(endpoints EndpointList, size int64, r *http.Request) mad
return madmin.ServerDrivesPerfInfo{
Addr: addr,
Perf: dps,
Size: size,
}
}