14d1bda0b3
New parameters for proxy class are object_chunk_size and client_chunk_size, and for storage class: network_chunk_size, disk_chunk_size and auditor_disk_chunk_size. Change-Id: If2bbc9cea1f6e0959fd67d2e004b607a8e40beee
10 lines
425 B
YAML
10 lines
425 B
YAML
---
|
|
features:
|
|
- |
|
|
On proxy class, added two new parameters object_chunk_size and
|
|
client_chunk_size, that can be used to configure chunk size to
|
|
read from object servers and from clients side.
|
|
On storage::server class, added three new parameters network_chunk_size,
|
|
disk_chunk_size and auditor_disk_chunk_size, that can be used to
|
|
configure chunk size to read/write over the network and to the disk.
|