Closed dosaboy closed 6 months ago
The EventProcessingUtils code is used to tally search results but in doing so was looping through event search results multiple times. For large result sets this was very inefficient so this patch reduces the amount of times we walk the results.
The EventProcessingUtils code is used to tally search results but in doing so was looping through event search results multiple times. For large result sets this was very inefficient so this patch reduces the amount of times we walk the results.