diff Core/HttpServer/HttpServer.cpp @ 3180:07a2f637b76d

new option: "HttpThreadsCount" to set the number of threads in the embedded HTTP server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Jan 2019 17:50:51 +0100
parents 6d558598d713
children 10e2b9f4162f
line wrap: on
line diff
--- a/Core/HttpServer/HttpServer.cpp	Wed Jan 30 17:12:15 2019 +0100
+++ b/Core/HttpServer/HttpServer.cpp	Wed Jan 30 17:50:51 2019 +0100
@@ -1202,6 +1202,8 @@
     
     Stop();
     threadsCount_ = threads;
+
+    LOG(INFO) << "The embedded HTTP server will use " << threads << " threads";
   }