0

Does anyone know why I get this error in Magento 2? I have not limited execution time in php.ini

main.CRITICAL: Operation timed out after 252 milliseconds with 0 out of -1 bytes received {"exception":"[object] (Exception(code: 0): Operation timed out after 252 milliseconds with 0 out of -1 bytes received at /var/www/vhosts/test/vendor/magento/framework/HTTP/Client/Curl.php:427)"} []

thanks

Mukesh
  • 7,630
  • 21
  • 105
  • 159
  • Hello, for readers to help, you should add details about what you've already tried, why it didn't worked. Or results from your research that you don't know how to implement. I'm pretty sure that Googling about your error message and tracing your error should give results. – Mtxz Feb 06 '22 at 00:08

1 Answers1

1

It's not execution_time related. It's curl config itself. See more here PHP cURL: CURLOPT_CONNECTTIMEOUT vs CURLOPT_TIMEOUT

bart
  • 321
  • 2
  • 9