Skip to content

Commit

Permalink
HPCC-33172 Zap Report should use default timerange
Browse files Browse the repository at this point in the history
- Supports requests sans timerange

Signed-off-by: Rodrigo Pastrana <[email protected]>
  • Loading branch information
rpastrana committed Jan 8, 2025
1 parent cdb511e commit 78a4781
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions esp/services/ws_workunits/ws_workunitsHelpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ struct WUComponentLogOptions
{
if (relativeTimeBufferSecs > 0 )
wuLogSearchTimeBuffSecs = relativeTimeBufferSecs;
else
throw makeStringException(ECLWATCH_INVALID_INPUT, "ZapLogFilter: Invalid 'TimeRange' detected!");
}
}

Expand Down

0 comments on commit 78a4781

Please sign in to comment.