Mercurial > hg > orthanc
diff OrthancServer/ServerIndex.cpp @ 947:c2c28dd17e87 query-retrieve
integration mainline -> query-retrieve
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 25 Jun 2014 12:09:38 +0200 |
parents | 67e6400fca03 84513f2ee1f3 |
children | 111e23bb4904 |
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp Wed Apr 16 16:34:09 2014 +0200 +++ b/OrthancServer/ServerIndex.cpp Wed Jun 25 12:09:38 2014 +0200 @@ -30,6 +30,7 @@ **/ +#include "PrecompiledHeadersServer.h" #include "ServerIndex.h" #ifndef NOMINMAX @@ -1497,7 +1498,7 @@ void ServerIndex::UnstableResourcesMonitorThread(ServerIndex* that) { - int stableAge = GetGlobalIntegerParameter("StableAge", 60); + int stableAge = Configuration::GetGlobalIntegerParameter("StableAge", 60); if (stableAge <= 0) { stableAge = 60;