From 83793aaddea724f6907f42a6bf8c347c1fd2fb49 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Thu, 26 Dec 2013 10:14:13 +0000 Subject: [PATCH] Removed num_threads --- docs/Options.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/Options.md b/docs/Options.md index 50211f55..76b5d601 100644 --- a/docs/Options.md +++ b/docs/Options.md @@ -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 [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 Switch to given user credentials after startup. Usually, this option is required when mongoose needs to bind on privileged port on UNIX. To do