The source project of this merge request has been removed.
gregex: do not set match and recursion limits on match context
These are not really necessary, and cause breakages (e.g. #2700 (closed)). pcre2_set_recursion_limit is also deprecated.
Fixes: #2700 (closed)