Option | DEFAULT_GRAPHQUERY_ITERATION_LIMIT | |
Description |
Defines the default limit for the number of times the
correlate() will iterate over events during
query execution.
| |
Introduced Version | 1.192.0 | |
Default | 5 |
Specifies a limit to the number of times
correlate()
will iterate over the events.
This setting controls how much effort the function will spend to
reduce the candidate event set into something manageable. If the
candidate set still does not fit into memory after that point, a
partial result will be reported.