From 7c05046f1f097a6ded89a5928ea48aca224f520a Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 27 Mar 2008 16:20:29 +0000 Subject: [PATCH] volser-higher-thread-limit-20080327 LICENSE IPL10 with tvolser we can increase this and actually *see benefit*, so... --- src/volser/volmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5