OptionQueryBacktrackingLimit
Introduced Version1.139
Description Number of allowed query backtracks to limit a query iterating over individual events too many times.
Default2,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.