Option | QueryBacktrackingLimit | |
Introduced Version | 1.139 | |
Description | Number of allowed query backtracks to limit a query iterating over individual events too many times. | |
Default | 2,000 backtracks |
Sets the number of query backtracks to limit a query iterating
over individual events too many times. For example, due to an
excessive use of copyEvent()
,
join()
and split()
functions, or regex()
with repeat-flags.