We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fecdaf2 + cdf55c0 commit 581be4cCopy full SHA for 581be4c
README.md
@@ -77,7 +77,7 @@ application's `dist` directory.
77
Because Node.js is single-threaded, you must run multiple processes to
78
take advantage of multi-core systems. FastBoot App Server takes
79
advantage of Node's clustering support out of the box, automatically
80
-spawning one worker HTTP server per core.
+spawning one worker HTTP server per core. You can override this via `options.workerCount`.
81
82
The app server will automatically spawn a new worker if one dies while
83
handling a request. When a new application deploy is detected, workers
0 commit comments