diff OrthancServer/ServerIndex.cpp @ 810:401a9633e492

configuration into a namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 May 2014 16:47:56 +0200
parents ec69658b031b
children a811bdf8b8eb
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp	Wed May 07 16:39:53 2014 +0200
+++ b/OrthancServer/ServerIndex.cpp	Wed May 07 16:47:56 2014 +0200
@@ -1497,7 +1497,7 @@
 
   void ServerIndex::UnstableResourcesMonitorThread(ServerIndex* that)
   {
-    int stableAge = GetGlobalIntegerParameter("StableAge", 60);
+    int stableAge = Configuration::GetGlobalIntegerParameter("StableAge", 60);
     if (stableAge <= 0)
     {
       stableAge = 60;