mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
STABLE14-viced-large-more-threads-20080506
LICENSE IPL10
fileserver -L should imply -p 128, not -p 12
(cherry picked from commit c847fb4964
)
This commit is contained in:
parent
7a5279f620
commit
b68b6b2f08
@ -1192,7 +1192,7 @@ ParseArgs(int argc, char *argv[])
|
||||
if (!Sawcbs)
|
||||
numberofcbs = 64000;
|
||||
if (!Sawlwps)
|
||||
lwps = 12;
|
||||
lwps = 128;
|
||||
if (!Sawbufs)
|
||||
buffs = 120;
|
||||
if (!SawVC)
|
||||
|
Loading…
Reference in New Issue
Block a user