We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d194e commit cdf55c0Copy full SHA for cdf55c0
1 file changed
README.md
@@ -73,7 +73,7 @@ application's `dist` directory.
73
Because Node.js is single-threaded, you must run multiple processes to
74
take advantage of multi-core systems. FastBoot App Server takes
75
advantage of Node's clustering support out of the box, automatically
76
-spawning one worker HTTP server per core.
+spawning one worker HTTP server per core. You can override this via `options.workerCount`.
77
78
The app server will automatically spawn a new worker if one dies while
79
handling a request. When a new application deploy is detected, workers
0 commit comments