From 6d66d2453af708d3d1ccade5f0d369c539e703d8 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Fri, 30 Nov 2018 09:10:07 -0800 Subject: [PATCH] Fix typo in server.md --- content/docs/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/server.md b/content/docs/server.md index 0efdd70..1530267 100644 --- a/content/docs/server.md +++ b/content/docs/server.md @@ -44,7 +44,7 @@ address of the started http server. It accepts several messages: ## Multi-threading -`HttpServer` automatically starts an number of http workers, by default +`HttpServer` automatically starts a number of http workers, by default this number is equal to number of logical CPUs in the system. This number can be overridden with the [`HttpServer::workers()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.workers) method.