You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just looking through your http open module and I noticed that it is not possible to pass a user-defined buffer_size to the open/BufferedInputBase/SeekableBufferedInputBase. It's hard coded to the DEFAULT_BUFFER_SIZE.
Is there a particular reason why this is not an option to pass as a transport parameter?
A higher buffer_size should make less calls to the requests get response, right?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I was just looking through your http open module and I noticed that it is not possible to pass a user-defined buffer_size to the open/BufferedInputBase/SeekableBufferedInputBase. It's hard coded to the DEFAULT_BUFFER_SIZE.
Is there a particular reason why this is not an option to pass as a transport parameter?
A higher buffer_size should make less calls to the requests get response, right?
Thanks!
The text was updated successfully, but these errors were encountered: