Browse Source

HPCC-19062 Daliclient too many epoll notifies

Signed-off-by: Mark Kelly <mark.kelly@lexisnexisrisk.com>
Mark Kelly 7 years ago
parent
commit
f02d272217
1 changed files with 1 additions and 1 deletions
  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)