comparison Resources/Configuration.json @ 3852:ee0a1211419f

reverting default HttpThreadsCount to 50, as this slows performance of integration tests from 40s to 170s
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 20 Apr 2020 17:39:11 +0200
parents 6498739a3c3c
children 3ab2d48c8f69 8f7ad4989fec
comparison
equal deleted inserted replaced
3851:6498739a3c3c 3852:ee0a1211419f
389 // show that best performance can be obtained by setting both 389 // show that best performance can be obtained by setting both
390 // "KeepAlive" and "TcpNoDelay" to "true". Beware however of 390 // "KeepAlive" and "TcpNoDelay" to "true". Beware however of
391 // caveats: https://eklitzke.org/the-caveats-of-tcp-nodelay 391 // caveats: https://eklitzke.org/the-caveats-of-tcp-nodelay
392 "TcpNoDelay" : true, 392 "TcpNoDelay" : true,
393 393
394 // Number of threads that are used by the embedded HTTP server. In 394 // Number of threads that are used by the embedded HTTP server.
395 // Orthanc <= 1.6.0, the default value was 50. In Orthanc >= 1.6.1, 395 "HttpThreadsCount" : 50,
396 // default is 10 to prevent memory grow in basic setups.
397 // https://groups.google.com/d/msg/orthanc-users/qWqxpvCPv8g/Z8huoA5FDAAJ
398 "HttpThreadsCount" : 10,
399 396
400 // If this option is set to "false", Orthanc will run in index-only 397 // If this option is set to "false", Orthanc will run in index-only
401 // mode. The DICOM files will not be stored on the drive. Note that 398 // mode. The DICOM files will not be stored on the drive. Note that
402 // this option might prevent the upgrade to newer versions of Orthanc. 399 // this option might prevent the upgrade to newer versions of Orthanc.
403 "StoreDicom" : true, 400 "StoreDicom" : true,