[skip ci] Add desc comments for GetDiskCount (#9340)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
dragondriver 2021-10-06 19:32:16 +08:00 committed by GitHub
parent 5f309f64ee
commit 434c587c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@ func GetUsedMemoryCount() uint64 {
}
// TODO(dragondriver): not accurate to calculate disk usage when we use distributed storage
// GetDiskCount returns the disk count in bytes.
func GetDiskCount() uint64 {
return 100 * 1024 * 1024
}