In the connectionBufferSize config on primary and metadata buckets, we got raw bytes value as connectionBufferSize: 20971520 it's really hard to read and understand the exact value.
To get mb related value from users like 5mb, 15mb, 1.5mb, 2.5mb etc. I have added a new field called connectionBufferSizeMB . Via this field, users can easily determine
In the connectionBufferSize config on primary and metadata buckets, we got raw bytes value as
connectionBufferSize: 20971520
it's really hard to read and understand the exact value.To get mb related value from users like
5mb, 15mb, 1.5mb, 2.5mb
etc. I have added a new field calledconnectionBufferSizeMB
. Via this field, users can easily determineetc.
Currently, I try to support connectionBufferSize in not order to break compatibility. I signed this field as deprecated on README.