mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-28 20:34:07 +08:00
Add back well-backed comment
- The dermination is from commit 7988cff6bd
- See PR https://github.com/fish-shell/fish-shell/pull/9139
This commit is contained in:
parent
6dd2cd2b20
commit
cdc08dbb71
|
@ -327,6 +327,9 @@ impl Drop for Arguments<'_, '_> {
|
|||
}
|
||||
|
||||
impl<'args, 'iter> Arguments<'args, 'iter> {
|
||||
/// Empirically determined.
|
||||
/// This is probably down to some pipe buffer or some such,
|
||||
/// but too small means we need to call `read(2)` and str2wcstring a lot.
|
||||
const STRING_CHUNK_SIZE: usize = 1024;
|
||||
|
||||
fn new(
|
||||
|
|
Loading…
Reference in New Issue
Block a user