1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Cleanup comment

This commit is contained in:
electricboogie 2021-04-18 17:51:44 -05:00
parent 5efd67b5e2
commit fcebdbb7a7

View file

@ -908,7 +908,7 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
}
if matches.is_present(OPT_BUF_SIZE) {
// 10K is the default extsort buffer, but that's too small, so we set at 100M
// 16G is the default in memory buffer.
// Although the "default" is never used unless extsort options are given
settings.buffer_size = {
let input = matches