hjfs: make -m default 4 MB instead of 40 KB

This commit is contained in:
aiju 2014-12-31 20:04:10 +01:00
parent cfc0a3b904
commit 941912f5ff

View file

@ -104,7 +104,7 @@ threadmain(int argc, char **argv)
flags = FSNOAUTH;
service = "hjfs";
file = nil;
nbuf = 10;
nbuf = 1000;
ARGBEGIN {
case 'A': flags &= ~FSNOAUTH; break;
case 'r': doream++; break;