From: Derrick Brashear Date: Thu, 27 Mar 2008 16:20:29 +0000 (+0000) Subject: volser-higher-thread-limit-20080327 X-Git-Tag: openafs-devel-1_5_61~1167 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7c05046f1f097a6ded89a5928ea48aca224f520a;p=packages%2Fo%2Fopenafs.git volser-higher-thread-limit-20080327 LICENSE IPL10 with tvolser we can increase this and actually *see benefit*, so... --- diff --git a/src/volser/volmain.c b/src/volser/volmain.c index 8eb9758e2..f788466fd 100644 --- a/src/volser/volmain.c +++ b/src/volser/volmain.c @@ -84,7 +84,7 @@ extern void RXSTATS_ExecuteRequest(); struct afsconf_dir *tdir; static afs_int32 runningCalls = 0; int DoLogging = 0; -#define MAXLWP 16 +#define MAXLWP 128 int lwps = 9; int udpBufSize = 0; /* UDP buffer size for receive */