Move some config options from start into config.h
This commit is contained in:
parent
ff3ad1e719
commit
cda703873b
2 changed files with 8 additions and 6 deletions
8
config.h
Normal file
8
config.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
* Number of CPU's For now, this is hard-coded here. It will likely be
|
||||
* dynamically discovered in the future.
|
||||
*/
|
||||
#define NCPU 3
|
||||
|
||||
/* Maximum number of files open */
|
||||
#define NOFILE 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue