disable refetch on viewfeed() to fix interface slowdown when originating feed is not available
This commit is contained in:
parent
4cc6ea5ecb
commit
571c7f235d
1 changed files with 3 additions and 4 deletions
|
@ -453,10 +453,9 @@
|
|||
|
||||
if ($result) {
|
||||
|
||||
$line = db_fetch_assoc($result);
|
||||
|
||||
update_rss_feed($link, $line["feed_url"], $feed);
|
||||
|
||||
// $line = db_fetch_assoc($result);
|
||||
// update_rss_feed($link, $line["feed_url"], $feed);
|
||||
|
||||
if ($subop == "MarkAllRead") {
|
||||
|
||||
db_query($link, "UPDATE ttrss_entries SET unread = false,last_read = NOW()
|
||||
|
|
Loading…
Reference in a new issue