Преглед изворни кода

HPCC-19062 Daliclient too many epoll notifies

Signed-off-by: Mark Kelly <mark.kelly@lexisnexisrisk.com>
Mark Kelly пре 7 година
родитељ
комит
f02d272217
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      esp/platform/espcfg.cpp

+ 1 - 1
esp/platform/espcfg.cpp

@@ -119,7 +119,7 @@ int CSessionCleaner::run()
         PROGLOG("CSessionCleaner Thread started.");
 
         VStringBuffer xpath("%s*", PathSessionSession);
-        int checkSessionTimeoutMillSeconds = checkSessionTimeoutSeconds * 60;
+        int checkSessionTimeoutMillSeconds = checkSessionTimeoutSeconds * 1000;
         while(!stopping)
         {
             if (!m_isDetached)