mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Refresh interval from 60 seconds -> 2.5 minutes.
This commit is contained in:
parent
3afe36171e
commit
88b3e19573
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
'feed_view_story_positions_keys': [],
|
||||
'mouse_position_y': parseInt(this.model.preference('lock_mouse_indicator'), 10)
|
||||
};
|
||||
this.FEED_REFRESH_INTERVAL = (1000 * 60) / 1; // 1 minutes
|
||||
this.FEED_REFRESH_INTERVAL = (1000 * 60) * 2.5; // 2.5 minutes
|
||||
|
||||
// ==================
|
||||
// = Event Handlers =
|
||||
|
|
Loading…
Add table
Reference in a new issue