projects
/
web
/
MichiganTrailMaps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10ae57f
)
turn off blog updates
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 10 Sep 2013 14:21:04 +0000
(14:21 +0000)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 10 Sep 2013 14:21:04 +0000
(14:21 +0000)
Toolkit/Blogs/FeedReader.php
patch
|
blob
|
history
diff --git
a/Toolkit/Blogs/FeedReader.php
b/Toolkit/Blogs/FeedReader.php
index
f10b42f
..
041b346
100644
(file)
--- a/
Toolkit/Blogs/FeedReader.php
+++ b/
Toolkit/Blogs/FeedReader.php
@@
-64,7
+64,7
@@
class Toolkit_Blogs_FeedReader
* time interval to check for new updates from feed
* time is in minutes.
*/
- const FEED_CHECK_INTERVAL =
1
;
+ const FEED_CHECK_INTERVAL =
5
;
const FEED_CHECK_PART = 'hours';
const FEED_RSS_URL = 'http://michigantrailmaps.com/blog/?feed=rss2';
const HTML_TPL = 'feed.html';
@@
-84,7
+84,7
@@
class Toolkit_Blogs_FeedReader
$this->_blogMapper = $blogMapper;
$this->_blog = $this->_blogMapper->fetchBlog();
$this->_items = $this->_blogMapper->fetchAllItems();
- $this->checkForUpdates();
+
//
$this->checkForUpdates();
}
/**