| Option | QueryBacktrackingLimit | |
| Description | Number of allowed query backtracks to limit a query iterating over individual events too many times. | |
| Introduced Version | 1.139 | |
| 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.