NCPU to 4

This commit is contained in:
Imbus 2025-08-27 22:07:38 +02:00
parent 265a388c93
commit 97c13200d2

View file

@ -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