mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
For some patterns matching may take quite long even at retry limit 100000 and it seems that this is not easy to fix on the oniguruma side. Reduce the retry limit by another factor of 10 in hope of reducing timeouts.