1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

disable refetch on viewfeed() to fix interface slowdown when originating feed is not available

This commit is contained in:
Andrew Dolgov
2005-10-16 09:39:24 +01:00
parent 4cc6ea5ecb
commit 571c7f235d
+2 -3
View File
@@ -453,9 +453,8 @@
if ($result) { if ($result) {
$line = db_fetch_assoc($result); // $line = db_fetch_assoc($result);
// update_rss_feed($link, $line["feed_url"], $feed);
update_rss_feed($link, $line["feed_url"], $feed);
if ($subop == "MarkAllRead") { if ($subop == "MarkAllRead") {