comparison NEWS @ 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 67e765d51bdf
children 63cdac72d062
comparison
equal deleted inserted replaced
3851:6498739a3c3c 3852:ee0a1211419f
32 * Fix lookup form in Orthanc Explorer (wildcards not allowed in StudyDate) 32 * Fix lookup form in Orthanc Explorer (wildcards not allowed in StudyDate)
33 * Fix signature of "OrthancPluginRegisterStorageCommitmentScpCallback()" in plugins SDK 33 * Fix signature of "OrthancPluginRegisterStorageCommitmentScpCallback()" in plugins SDK
34 * Error reporting on failure while initializing SSL 34 * Error reporting on failure while initializing SSL
35 * Fix unit test ParsedDicomFile.ToJsonFlags2 on big-endian architectures 35 * Fix unit test ParsedDicomFile.ToJsonFlags2 on big-endian architectures
36 * Avoid one memcpy of the DICOM buffer on "POST /instances" 36 * Avoid one memcpy of the DICOM buffer on "POST /instances"
37 * Default value of "HttpThreadsCount" reduced from 50 to 10
38 * Upgraded dependencies for static builds (notably on Windows): 37 * Upgraded dependencies for static builds (notably on Windows):
39 - civetweb 1.12 38 - civetweb 1.12
40 - openssl 1.1.1f 39 - openssl 1.1.1f
41 40
42 41