Commit 83793aad authored by Sergey Lyubka's avatar Sergey Lyubka

Removed num_threads

parent f7a705c4
...@@ -162,11 +162,6 @@ of the `listening_ports` is SSL. The file must be in PEM format, ...@@ -162,11 +162,6 @@ of the `listening_ports` is SSL. The file must be in PEM format,
and it must have both private key and certificate, see for example and it must have both private key and certificate, see for example
[ssl_cert.pem](https://github.com/cesanta/mongoose/blob/master/build/ssl_cert.pem) [ssl_cert.pem](https://github.com/cesanta/mongoose/blob/master/build/ssl_cert.pem)
### num_threads `50`
Number of worker threads. Mongoose handles each incoming connection in a
separate thread. Therefore, the value of this option is effectively a number
of concurrent HTTP connections Mongoose can handle.
### run\_as\_user ### run\_as\_user
Switch to given user credentials after startup. Usually, this option is Switch to given user credentials after startup. Usually, this option is
required when mongoose needs to bind on privileged port on UNIX. To do required when mongoose needs to bind on privileged port on UNIX. To do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment