Mercurial > hg > orthanc
diff OrthancServer/ServerContext.cpp @ 774:4e3593c3511d
NEWS
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 30 Apr 2014 15:17:10 +0200 |
parents | 537837f50fbb |
children | aebf0071020e |
line wrap: on
line diff
--- a/OrthancServer/ServerContext.cpp Wed Apr 30 15:08:51 2014 +0200 +++ b/OrthancServer/ServerContext.cpp Wed Apr 30 15:17:10 2014 +0200 @@ -67,6 +67,8 @@ dicomCache_(provider_, DICOM_CACHE_SIZE) { scu_.SetLocalApplicationEntityTitle(GetGlobalStringParameter("DicomAet", "ORTHANC")); + //scu_.SetMillisecondsBeforeClose(1); // The connection is always released + lua_.Execute(Orthanc::EmbeddedResources::LUA_TOOLBOX); }