Mercurial > hg > orthanc
changeset 5116:c9c052ba309c
undo wrong commit
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 02 Dec 2022 15:08:35 +0100 |
parents | 0a9d36187a91 |
children | 849000df79b6 |
files | OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp Fri Dec 02 15:05:33 2022 +0100 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp Fri Dec 02 15:08:35 2022 +0100 @@ -445,7 +445,7 @@ if (streaming) { LOG(INFO) << "Streaming a ZIP archive"; - boost::shared_ptr<SharedMessageQueue> queue(new SharedMessageQueue(1)); + boost::shared_ptr<SharedMessageQueue> queue(new SharedMessageQueue); job->AcquireSynchronousTarget(new SynchronousZipStream(queue));