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:
Derrick Brashear 2008-05-06 16:07:04 +00:00
parent 7a5279f620
commit b68b6b2f08

View File

@ -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)