This commit is contained in:
avogar 2024-09-04 18:35:10 +00:00
parent 68a8b5a3a1
commit 0dad8b088a
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ private:
/// If true, the size of internal buffer will be exponentially increased up to
/// adaptive_buffer_max_size after each nextImpl call. It can be used to avoid
/// large buffer allocation when actual size of writen data is small.
/// large buffer allocation when actual size of written data is small.
bool use_adaptive_buffer_size;
size_t adaptive_buffer_max_size;

View File

@ -60,7 +60,7 @@ protected:
/// If true, the size of internal buffer will be exponentially increased up to
/// adaptive_buffer_max_size after each nextImpl call. It can be used to avoid
/// large buffer allocation when actual size of writen data is small.
/// large buffer allocation when actual size of written data is small.
bool use_adaptive_buffer_size;
size_t adaptive_max_buffer_size;