update comment for segmentXargs

This commit is contained in:
Joey Hess 2015-03-26 13:48:12 -04:00
parent 32b3bed086
commit 7cb2f91f5b

View file

@ -114,6 +114,8 @@ segmentXargs l = go l [] 0 []
len = length f
newlen = accumlen + len
{- 10k of filenames per command, well under Linux's 20k limit;
- allows room for other parameters etc. -}
{- 10k of filenames per command, well under 100k limit
- of Linux (and OSX has a similar limit);
- allows room for other parameters etc. Also allows for
- eg, multibyte characters. -}
maxlen = 10240