Hi there,

First of all, thanks a huge lot for this wonderful module; it is easy to use and provides a very valuable feature to Drupal!

In my application, one of the RSS feeds is a scaper that requires quite some processing time (partly due to the fact that the leeched webserver is slow). It almost always happens that the default timeout of 15 seconds is not enough. It would therefore be very nice to have a 'Timeout' textfield in the feed's configuration options.

Regards,
Kaspar

Comments

alex_b’s picture

Status: Active » Postponed (maintainer needs more info)

Hi Kaspar,

What kind of error do you get when the feed times out?

I guess the 15 sec is the PHP execution timeout defined by your server - did you try to push up this timout to 30sec?

For the record - here is the php function that sets the execution timeout:
http://us2.php.net/set_time_limit