Some times HTTP Requests took more than 30 ms execution time that end up with exceptions like :
The solution is very simple, use the following lines in the settings.php
Error message: cURL error 28: Operation timed out after 29992
The solution is very simple, use the following lines in the settings.php
/** * HTTP Client config. */ $settings['http_client_config']['timeout'] = 60;
Comments
Post a Comment