comparison NEWS @ 5130:f2dcdbe05884

ResourceModification jobs can now use multiple threads
author Alain Mazy <am@osimis.io>
date Thu, 05 Jan 2023 17:24:43 +0100
parents 8638522eeda1
children e107ff622e6d
comparison
equal deleted inserted replaced
5128:ede035d48b8e 5130:f2dcdbe05884
8 instead of Orthanc own AcceptedTransferSyntaxes. 8 instead of Orthanc own AcceptedTransferSyntaxes.
9 * Made the default SQLite DB more robust wrt future updates like adding new columns in DB. 9 * Made the default SQLite DB more robust wrt future updates like adding new columns in DB.
10 * Made the HTTP Client errors more verbose by including the url in the logs. 10 * Made the HTTP Client errors more verbose by including the url in the logs.
11 * Optimization: now using multiple threads to transcode files for asynchronous download of studies archive. 11 * Optimization: now using multiple threads to transcode files for asynchronous download of studies archive.
12 * New configuration "KeepAliveTimeout" with a default value of 1 second. 12 * New configuration "KeepAliveTimeout" with a default value of 1 second.
13 * ResourceModification jobs (/modify + /anonymize) can now use multiple threads to speed up processing
14 - New configuration "JobsEngineThreadsCount.ResourceModification" to configure the number of threads.
13 15
14 REST API 16 REST API
15 -------- 17 --------
16 18
17 * Loosen the sanity checks for DICOM modifications, if "Force" option is given: 19 * Loosen the sanity checks for DICOM modifications, if "Force" option is given: