Bläddra i källkod

HPCC-19062 Daliclient too many epoll notifies

Signed-off-by: Mark Kelly <mark.kelly@lexisnexisrisk.com>
Mark Kelly 7 år sedan
förälder
incheckning
f02d272217
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)