HPCC-11997 ECLWatch should not auto-refresh archived WU pages Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
@@ -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;
@@ -1466,7 +1466,6 @@ void getArchivedWUInfo(IEspContext &context, const char* sashaServerIP, unsigned
getSashaNode(ep);
if (getWsWuInfoFromSasha(context, ep, wuid, &resp.updateWorkunit()))
{
resp.setCanCompile(false);
return;