]> git.wh0rd.org - tt-rss.git/commitdiff
disable refetch on viewfeed() to fix interface slowdown when originating feed is...
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 16 Oct 2005 08:39:24 +0000 (09:39 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 16 Oct 2005 08:39:24 +0000 (09:39 +0100)
backend.php

index a003597bffd315d8e5cca981aa6d5974ad41c06d..2caa2513d21ad0a767e9b189f65d9eeaa4b0cbf4 100644 (file)
                
                        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()