summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorMaurice Svay <maurice@svay.com>2013-11-17 13:51:41 +0100
committerMaurice Svay <maurice@svay.com>2013-11-17 13:51:41 +0100
commit8047a080cb6de7693f1bb51216078f46e1624033 (patch)
tree67aa3ca16af6338ad02714774630c8e341e5a208 /app
parent221b34ca5cb0f9fc8f7c61ad66c1719c9b7a2a0d (diff)
downloadplanet-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.php1
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());
}