# HG changeset patch # User Sebastien Jodogne # Date 1620209617 -7200 # Node ID a17b1848aff6ea2ff05e7582bec0189a78b7278e # Parent 9ff78e5e9dce402a18435c9687e32f2bc5ecc99e Reduced memory consumption in STOW-RS server diff -r 9ff78e5e9dce -r a17b1848aff6 CMakeLists.txt --- 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() diff -r 9ff78e5e9dce -r a17b1848aff6 NEWS --- 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)