Переглянути джерело

Merge pull request #6292 from wangkx/h11997

HPCC-11997 ECLWatch should not auto-refresh archived WU pages

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 11 роки тому
батько
коміт
fbc1437b49

+ 0 - 1
esp/services/ws_fs/ws_fsService.cpp

@@ -1277,7 +1277,6 @@ bool CFileSprayEx::getArchivedWUInfo(IEspContext &context, IEspGetDFUWorkunit &r
         }
 
         getInfoFromSasha(context, sashaAddress.str(), wuid, &resp.updateResult());
-        resp.setAutoRefresh(WUDETAILS_REFRESH_MINS);
         return true;
     }
 

+ 0 - 1
esp/services/ws_workunits/ws_workunitsService.cpp

@@ -1466,7 +1466,6 @@ void getArchivedWUInfo(IEspContext &context, const char* sashaServerIP, unsigned
         getSashaNode(ep);
     if (getWsWuInfoFromSasha(context, ep, wuid, &resp.updateWorkunit()))
     {
-        resp.setAutoRefresh(WUDETAILS_REFRESH_MINS);
         resp.setCanCompile(false);
         return;
     }