comparison NEWS @ 3842:bdbe12aba99f

reducing the default number of threads in the HTTP server from 50 to 10
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 Apr 2020 17:03:34 +0200
parents be7df7fe3d80
children 281045a1e6db
comparison
equal deleted inserted replaced
3841:be7df7fe3d80 3842:bdbe12aba99f
19 * Fix lookup form in Orthanc Explorer (wildcards not allowed in StudyDate) 19 * Fix lookup form in Orthanc Explorer (wildcards not allowed in StudyDate)
20 * Fix signature of "OrthancPluginRegisterStorageCommitmentScpCallback()" in plugins SDK 20 * Fix signature of "OrthancPluginRegisterStorageCommitmentScpCallback()" in plugins SDK
21 * Error reporting on failure while initializing SSL 21 * Error reporting on failure while initializing SSL
22 * Fix unit test ParsedDicomFile.ToJsonFlags2 on big-endian architectures 22 * Fix unit test ParsedDicomFile.ToJsonFlags2 on big-endian architectures
23 * Avoid one memcpy of the DICOM buffer on "POST /instances" 23 * Avoid one memcpy of the DICOM buffer on "POST /instances"
24 * Default value of "HttpThreadsCount" reduced from 50 to 10
24 * Upgraded dependencies for static builds (notably on Windows): 25 * Upgraded dependencies for static builds (notably on Windows):
25 - civetweb 1.12 26 - civetweb 1.12
26 - openssl 1.1.1f 27 - openssl 1.1.1f
27 28
28 29