hjfs: make -m default 4 MB instead of 40 KB
This commit is contained in:
parent
cfc0a3b904
commit
941912f5ff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue