Mercurial > hg > orthanc
changeset 2636:c72eb844758c jobs
cont
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 28 May 2018 10:52:18 +0200 |
parents | 33c0b4da8cb2 |
children | 25ae209dcea9 |
files | OrthancServer/ServerJobs/ArchiveJob.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/ServerJobs/ArchiveJob.cpp Fri May 25 18:54:38 2018 +0200 +++ b/OrthancServer/ServerJobs/ArchiveJob.cpp Mon May 28 10:52:18 2018 +0200 @@ -416,6 +416,8 @@ LOG(WARNING) << "An instance was removed after the job was issued: " << instanceId_; return; } + + //boost::this_thread::sleep(boost::posix_time::milliseconds(300)); writer.OpenFile(filename_.c_str()); writer.Write(content);