Skip to content

Commit 581be4c

Browse files
author
Robert Jackson
authored
Merge pull request #79 from Duder-onomy/patch-1
2 parents fecdaf2 + cdf55c0 commit 581be4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

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

0 commit comments

Comments
 (0)