changeset 497:a17b1848aff6

Reduced memory consumption in STOW-RS server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 May 2021 12:13:37 +0200
parents 9ff78e5e9dce
children a9d773afdbc6
files CMakeLists.txt NEWS
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed May 05 09:55:53 2021 +0200
+++ b/CMakeLists.txt	Wed May 05 12:13:37 2021 +0200
@@ -27,7 +27,7 @@
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
 else()
-  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.8.2")
+  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.9.3")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web")
 endif()
 
--- a/NEWS	Wed May 05 09:55:53 2021 +0200
+++ b/NEWS	Wed May 05 12:13:37 2021 +0200
@@ -2,6 +2,8 @@
 ===============================
 
 * New field "Timeout" in "DicomWeb.Servers" to specify HTTP timeout on a per-server basis
+* Reduced memory consumption in STOW-RS server thanks to an optimization of
+  Orthanc::MultipartStreamReader in Orthanc framework 1.9.3
 
 
 Version 1.5 (2021-01-26)