diff OrthancServer/main.cpp @ 2903:1153b1a128fe

MongooseServer::SetThreadsCount()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Oct 2018 17:32:56 +0200
parents 9d08edde614b
children 4767d36679ed
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Tue Oct 23 12:05:19 2018 +0200
+++ b/OrthancServer/main.cpp	Tue Oct 23 17:32:56 2018 +0200
@@ -752,6 +752,7 @@
   // HTTP server
   MyIncomingHttpRequestFilter httpFilter(context, plugins);
   MongooseServer httpServer;
+  //httpServer.SetThreadsCount(50);
   httpServer.SetPortNumber(Configuration::GetGlobalUnsignedIntegerParameter("HttpPort", 8042));
   httpServer.SetRemoteAccessAllowed(Configuration::GetGlobalBoolParameter("RemoteAccessAllowed", false));
   httpServer.SetKeepAliveEnabled(Configuration::GetGlobalBoolParameter("KeepAlive", false));