diff Resources/Configuration.json @ 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 8ea7c4546c3a
children 6fd38327e777
line wrap: on
line diff
--- a/Resources/Configuration.json	Wed Jan 30 17:12:15 2019 +0100
+++ b/Resources/Configuration.json	Wed Jan 30 17:50:51 2019 +0100
@@ -363,6 +363,9 @@
   // caveats: https://eklitzke.org/the-caveats-of-tcp-nodelay
   "TcpNoDelay" : true,
 
+  // Number of threads that are used by the embedded HTTP server.
+  "HttpThreadsCount" : 50,
+
   // If this option is set to "false", Orthanc will run in index-only
   // mode. The DICOM files will not be stored on the drive. Note that
   // this option might prevent the upgrade to newer versions of Orthanc.