소스 검색

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)