mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00: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
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue