瀏覽代碼

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)