Skip to content

Commit

Permalink
Clear statistics for iterative scripting tasks
Browse files Browse the repository at this point in the history
When starting, these tasks started progress anew, but other statistics
were accumulating.

This resolves MID-6488.

(cherry picked from commit 5e6f257)
  • Loading branch information
mederly committed Sep 17, 2020
1 parent 9021fe2 commit ba4bd1e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -43,7 +43,8 @@ public class IterativeScriptExecutionTaskHandler extends AbstractSearchIterative

public IterativeScriptExecutionTaskHandler() {
super("Execute script", OperationConstants.EXECUTE_SCRIPT);
setLogFinishInfo(true); // todo
setPreserveStatistics(false);
setLogFinishInfo(true); // todo
}

@PostConstruct
Expand Down

0 comments on commit ba4bd1e

Please sign in to comment.