We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ac2eb commit 1c3eebeCopy full SHA for 1c3eebe
crates/searcher/src/line_buffer.rs
@@ -4,7 +4,7 @@ use std::io;
4
use bstr::ByteSlice;
5
6
/// The default buffer capacity that we use for the line buffer.
7
-pub(crate) const DEFAULT_BUFFER_CAPACITY: usize = 64 * (1 << 10); // 8 KB
+pub(crate) const DEFAULT_BUFFER_CAPACITY: usize = 64 * (1 << 10); // 64 KB
8
9
/// The behavior of a searcher in the face of long lines and big contexts.
10
///
0 commit comments