Property DefaultRegexTimeout
- Namespace
- RuleWright.Execution
- Assembly
- RuleWright.Execution.dll
DefaultRegexTimeout
The default MatchesRegex match timeout: one second. A pattern with catastrophic
backtracking runs against consumer-supplied fact data, so matching is bounded rather than
able to pin a thread indefinitely; exceeding the bound raises
RegexMatchTimeoutException.
public static TimeSpan DefaultRegexTimeout { get; }