diff --git a/config.h b/config.h index 5c778ee..8ddcbf4 100644 --- a/config.h +++ b/config.h @@ -2,7 +2,7 @@ * Number of CPU's For now, this is hard-coded here. It will likely be * dynamically discovered in the future. */ -#define NCPU 3 +#define NCPU 4 /* Maximum number of files open */ #define NOFILE 10