mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-13 21:26:27 +02:00
searcher: update outdated comment for buffer size
Looks like this was accidentally left set to 8 in commit 46fb77c. PR #1839
This commit is contained in:
parent
64ac2ebe0f
commit
1c3eebefec
@ -4,7 +4,7 @@ use std::io;
|
|||||||
use bstr::ByteSlice;
|
use bstr::ByteSlice;
|
||||||
|
|
||||||
/// The default buffer capacity that we use for the line buffer.
|
/// The default buffer capacity that we use for the line buffer.
|
||||||
pub(crate) const DEFAULT_BUFFER_CAPACITY: usize = 64 * (1 << 10); // 8 KB
|
pub(crate) const DEFAULT_BUFFER_CAPACITY: usize = 64 * (1 << 10); // 64 KB
|
||||||
|
|
||||||
/// The behavior of a searcher in the face of long lines and big contexts.
|
/// The behavior of a searcher in the face of long lines and big contexts.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user