viced-large-more-threads-20080506

LICENSE IPL10

fileserver -L should imply -p 128, not -p 12
This commit is contained in:
Derrick Brashear 2008-05-06 16:01:05 +00:00
parent 98e658b782
commit c847fb4964

View File

@ -1420,7 +1420,7 @@ ParseArgs(int argc, char *argv[])
if (!Sawcbs)
numberofcbs = 64000;
if (!Sawlwps)
lwps = 12;
lwps = 128;
if (!Sawbufs)
buffs = 120;
if (!SawVC)