Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix possible RegexMatchTimeoutException
6bda890 introduced a Timeout on RegEx compilation. We hit this timeout a few times since this change. Removed the timeout so it uses the default like before.
- Loading branch information