Closed (fixed)
Project:
Feeds
Version:
6.x-1.0-beta10
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2011 at 16:22 UTC
Updated:
4 Mar 2016 at 23:52 UTC
Jump to comment: Most recent
Comments
Comment #1
webflo commentedIncrease the drupals 'http_request_timeout' variable. e.g. variable_set('http_request_timeout', 25) or with "drush vset http_request_timeout 25"
Comment #2
zazinteractive commentedWhere do we make that set? and is the second parameter in seconds?
Comment #3
webflo commentedLook into your variables table. Yes the parameter is in seconds.
Comment #4
charlie-s commentedwebflo -- I do not have that variable in my variables table; am I correct to create it or are we running different Drupal versions?
Comment #5
pfrenssencsdco, yes you can create this variable yourself. If the variable is not present it just means Feeds will use the default value of 15 seconds.
Comment #6
brycesenz commentedIs the solution to this issue the same in D7, or has the variable structure changed? I just changed the line in http_request.inc from
to
As an aside, it would be nice to add this to the UI administration section.
Comment #7
PatchRanger commentedPlease refer to related issue #1480902: Are there timeouts on Feed importers?.
It has a patch that adds http_request_timeout setting to admin UI.
So marking this as fixed.
Comment #9
kenorb commented