mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 17:11:29 +00:00
disable refetch on viewfeed() to fix interface slowdown when originating feed is not available
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user