disable refetch on viewfeed() to fix interface slowdown when originating feed is not available
This commit is contained in:
parent
4cc6ea5ecb
commit
571c7f235d
|
@ -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") {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue