diff --git a/src/WINNT/afsd/cm_config.h b/src/WINNT/afsd/cm_config.h index 593cc6c53d..7926b917ce 100644 --- a/src/WINNT/afsd/cm_config.h +++ b/src/WINNT/afsd/cm_config.h @@ -15,9 +15,9 @@ #define CM_CONFIGDEFAULT_ASYNCSTORESIZE 131072 /* 128K */ #define CM_CONFIGDEFAULT_STATS 10000 #define CM_CONFIGDEFAULT_CHUNKSIZE 18 /* 256KB */ -#define CM_CONFIGDEFAULT_DAEMONS 1 +#define CM_CONFIGDEFAULT_DAEMONS 4 #define CM_CONFIGDEFAULT_SVTHREADS 25 -#define CM_CONFIGDEFAULT_TRACEBUFSIZE 5000 +#define CM_CONFIGDEFAULT_TRACEBUFSIZE 10000 #ifndef __CM_CONFIG_INTERFACES_ONLY__