cURL error 28: Operation timed out after 30001 milliseconds with 589101 bytes received

Closed

Import WP Addon - JetEngine Updated 2 years ago 1 Reply

Bas asked 2 years ago on July 1, 2023 at 1:18 pm

When I import a feed I get this error. Do I need to change something in the php settings?

J

James replied Support Agent

2 years ago on July 3, 2023 at 10:12 am

Hi Bas,

Can you increase the default wordpress http request timeout using the following code as an example:

https://gist.github.com/goblindegook/1919587?permalink_comment_id=1660033#gistcomment-1660033

Changing the 15 seconds in the example to a value greater than 30 seconds, to allow the operation to complete.

James