Mercurial > hg > orthanc
changeset 5115:0a9d36187a91
merge
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 02 Dec 2022 15:05:33 +0100 |
parents | c387ebeb67b5 (diff) a3c3f13368ea (current diff) |
children | c9c052ba309c |
files | |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp Wed Nov 23 14:28:50 2022 +0100 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp Fri Dec 02 15:05:33 2022 +0100 @@ -445,7 +445,7 @@ if (streaming) { LOG(INFO) << "Streaming a ZIP archive"; - boost::shared_ptr<SharedMessageQueue> queue(new SharedMessageQueue); + boost::shared_ptr<SharedMessageQueue> queue(new SharedMessageQueue(1)); job->AcquireSynchronousTarget(new SynchronousZipStream(queue));
--- a/TODO Wed Nov 23 14:28:50 2022 +0100 +++ b/TODO Fri Dec 02 15:05:33 2022 +0100 @@ -140,6 +140,9 @@ * Strict hierarchical C-FIND: https://groups.google.com/d/msg/orthanc-users/VBHpeGVSNKM/tkaVvjWFBwAJ * report DIMSE error codes in Rest API and job status for /store /query /move /retrieve +* report progress report of C-Move operation in jop progress. There are + progress callbacks available in DIMSE_moveUser + https://groups.google.com/g/orthanc-users/c/c8cGnA7FzsE/m/BSs66D8wBwAJ * Log outgoing C-Find queries ---------