mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix typo
This commit is contained in:
parent
68a8b5a3a1
commit
0dad8b088a
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user