Skip to content

Commit

Permalink
Merge pull request #79 from Duder-onomy/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 26, 2020
2 parents fecdaf2 + cdf55c0 commit 581be4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -77,7 +77,7 @@ application's `dist` directory.
Because Node.js is single-threaded, you must run multiple processes to
take advantage of multi-core systems. FastBoot App Server takes
advantage of Node's clustering support out of the box, automatically
spawning one worker HTTP server per core.
spawning one worker HTTP server per core. You can override this via `options.workerCount`.

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

0 comments on commit 581be4c

Please sign in to comment.