rename object_size -> block_size for cache subsystem (#18694)

This commit is contained in:
Harshavardhana
2023-12-21 16:57:13 -08:00
committed by GitHub
parent 4550535cbb
commit eba23bbac4
3 changed files with 19 additions and 19 deletions

View File

@@ -223,7 +223,7 @@ func initHelp() {
config.HelpKV{
Key: config.CacheSubSys,
Type: "string",
Description: "enable various cache optimizations on MinIO for reads",
Description: "enable cache plugin on MinIO for GET/HEAD requests",
Optional: true,
},
}