mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Reduce big message RPC allocations (#19390)
Use `ODirectPoolSmall` buffers for inline data in PutObject. Add a separate call for inline data that will fetch a buffer for the inline data before unmarshal.
This commit is contained in:
13
.typos.toml
13
.typos.toml
@@ -19,6 +19,19 @@ extend-ignore-re = [
|
||||
[default.extend-words]
|
||||
"encrypter" = "encrypter"
|
||||
"requestor" = "requestor"
|
||||
"KMS" = "KMS"
|
||||
"kms" = "kms"
|
||||
"Kms" = "Kms"
|
||||
"Dur" = "Dur"
|
||||
"EOF" = "EOF"
|
||||
"hd" = "hd"
|
||||
"ws" = "ws"
|
||||
"guid" = "guid"
|
||||
"lst" = "lst"
|
||||
"pn" = "pn"
|
||||
"Iy" = "Iy"
|
||||
"ro" = "ro"
|
||||
"thr" = "thr"
|
||||
|
||||
[default.extend-identifiers]
|
||||
"bui" = "bui"
|
||||
|
||||
Reference in New Issue
Block a user