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:
Henrik Hørlück Berg 2023-07-27 08:09:12 +02:00 committed by Peter Ammon
parent 6dd2cd2b20
commit cdc08dbb71

View File

@ -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(