diff options
author | Maurice Svay <maurice@svay.com> | 2013-11-17 13:51:41 +0100 |
---|---|---|
committer | Maurice Svay <maurice@svay.com> | 2013-11-17 13:51:41 +0100 |
commit | 8047a080cb6de7693f1bb51216078f46e1624033 (patch) | |
tree | 67aa3ca16af6338ad02714774630c8e341e5a208 /app | |
parent | 221b34ca5cb0f9fc8f7c61ad66c1719c9b7a2a0d (diff) | |
download | planet-8047a080cb6de7693f1bb51216078f46e1624033.tar planet-8047a080cb6de7693f1bb51216078f46e1624033.tar.gz planet-8047a080cb6de7693f1bb51216078f46e1624033.tar.bz2 planet-8047a080cb6de7693f1bb51216078f46e1624033.tar.xz planet-8047a080cb6de7693f1bb51216078f46e1624033.zip |
Remove timeout
Diffstat (limited to 'app')
-rw-r--r-- | app/classes/Planet.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/classes/Planet.class.php b/app/classes/Planet.class.php index 81a71fe..c5823e1 100644 --- a/app/classes/Planet.class.php +++ b/app/classes/Planet.class.php @@ -110,7 +110,6 @@ class Planet public function loadFeeds() { foreach ($this->people as $feed) { - $feed->set_timeout(-1); $feed->init(); $this->items = array_merge($this->items, $feed->get_items()); } |