Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
773:3bd0589af992 | 774:4e3593c3511d |
---|---|
65 compressionEnabled_(false), | 65 compressionEnabled_(false), |
66 provider_(*this), | 66 provider_(*this), |
67 dicomCache_(provider_, DICOM_CACHE_SIZE) | 67 dicomCache_(provider_, DICOM_CACHE_SIZE) |
68 { | 68 { |
69 scu_.SetLocalApplicationEntityTitle(GetGlobalStringParameter("DicomAet", "ORTHANC")); | 69 scu_.SetLocalApplicationEntityTitle(GetGlobalStringParameter("DicomAet", "ORTHANC")); |
70 //scu_.SetMillisecondsBeforeClose(1); // The connection is always released | |
71 | |
70 lua_.Execute(Orthanc::EmbeddedResources::LUA_TOOLBOX); | 72 lua_.Execute(Orthanc::EmbeddedResources::LUA_TOOLBOX); |
71 } | 73 } |
72 | 74 |
73 void ServerContext::SetCompressionEnabled(bool enabled) | 75 void ServerContext::SetCompressionEnabled(bool enabled) |
74 { | 76 { |