From 042f6c08e3be0af3ef1cc4a0bfc4688c3e2ef7d0 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 15 Nov 2011 19:03:14 -0500 Subject: [PATCH] Windows: Increase default number of daemon threads With the SMB interface there was little benefit to having a large background daemon worker pool since it was so rarely used. Now that the redirector does everything in the background daemon workers, increase the default from 4 to 16 threads. Change-Id: I319182e4c539c14d06fe62dde2b41a159e4edea6 Reviewed-on: http://gerrit.openafs.org/6058 Tested-by: BuildBot Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- src/WINNT/afsd/cm_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/afsd/cm_config.h b/src/WINNT/afsd/cm_config.h index 84b4f9453..10dd0d4d4 100644 --- a/src/WINNT/afsd/cm_config.h +++ b/src/WINNT/afsd/cm_config.h @@ -16,7 +16,7 @@ #define CM_CONFIGDEFAULT_CELLS 1024 #define CM_CONFIGDEFAULT_STATS 10000 #define CM_CONFIGDEFAULT_CHUNKSIZE 18 /* 256KB */ -#define CM_CONFIGDEFAULT_DAEMONS 4 +#define CM_CONFIGDEFAULT_DAEMONS 16 #define CM_CONFIGDEFAULT_SVTHREADS 25 #define CM_CONFIGDEFAULT_TRACEBUFSIZE 10000 -- 2.39.5