mirror of
https://github.com/actix/actix-website
synced 2024-11-27 10:02:57 +01:00
Fix typo in server.md
This commit is contained in:
parent
d2d0975f8b
commit
6d66d2453a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user