mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Whoops, refreshing feeds waaay too often.
This commit is contained in:
parent
48b147751d
commit
2274178836
1 changed files with 1 additions and 1 deletions
|
@ -2330,7 +2330,7 @@
|
|||
|
||||
setup_feed_refresh: function() {
|
||||
var self = this;
|
||||
var FEED_REFRESH_INTERVAL = (1000 * 60) / 12; // 1/2 minutes
|
||||
var FEED_REFRESH_INTERVAL = (1000 * 60) / 2; // 1/2 minutes
|
||||
|
||||
clearInterval(this.flags.feed_refresh);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue