| 7 | | Yea, sounds reasonable. Although thinking it may also be good to deprecate `set_imagick_time_limit()` and even maybe "disable" it (just trigger deprecation notice and return). The the default [https://github.com/ImageMagick/ImageMagick/blob/a8de149e1aca79836319b31c8881537115e478ff/MagickCore/resource.c#L1283C70-L1283C70 processing time limit] in ImageMagick is "infinity". Don't see why WP should be changing that or even have a method to change it. |
| | 7 | Yea, sounds reasonable. Although thinking it may also be good to deprecate `set_imagick_time_limit()` and even maybe "disable" it (just trigger deprecation notice and return). The the default [https://github.com/ImageMagick/ImageMagick/blob/a8de149e1aca79836319b31c8881537115e478ff/MagickCore/resource.c#L1283C70-L1283C70 processing time limit] in ImageMagick is "infinity", ideally PHP's timeout should be something similar when running imagick, not the other-way round? :) |
| | 8 | Seeing the bugs above don't think WP should be changing that or even have a method to change it. |