Skip to content

Commit cdf55c0

Browse files
authored
Adds notes to readme about overriding the workerCount
Took me a bit to figure out if this was possible.
1 parent a5d194e commit cdf55c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ application's `dist` directory.
7373
Because Node.js is single-threaded, you must run multiple processes to
7474
take advantage of multi-core systems. FastBoot App Server takes
7575
advantage of Node's clustering support out of the box, automatically
76-
spawning one worker HTTP server per core.
76+
spawning one worker HTTP server per core. You can override this via `options.workerCount`.
7777

7878
The app server will automatically spawn a new worker if one dies while
7979
handling a request. When a new application deploy is detected, workers

0 commit comments

Comments
 (0)