From cdf55c0330085123cf09aec2c410e130712c52fa Mon Sep 17 00:00:00 2001 From: Greg Larrenaga Date: Thu, 29 Mar 2018 10:38:08 -0700 Subject: [PATCH] Adds notes to readme about overriding the workerCount Took me a bit to figure out if this was possible. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7f858a6..7c8b648c 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,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