# HG changeset patch # User Alain Mazy # Date 1669990115 -3600 # Node ID c9c052ba309c2c69c0f2610365c6ea1228d6a491 # Parent 0a9d36187a9105ccb3722a0327433d9b834d2b40 undo wrong commit diff -r 0a9d36187a91 -r c9c052ba309c OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp --- 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 queue(new SharedMessageQueue(1)); + boost::shared_ptr queue(new SharedMessageQueue); job->AcquireSynchronousTarget(new SynchronousZipStream(queue));