]> git.wh0rd.org - tt-rss.git/commitdiff
viewfeed: bump counters rate interval to 300ms
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 20 May 2008 08:52:23 +0000 (09:52 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 20 May 2008 08:52:23 +0000 (09:52 +0100)
backend.php

index 692f35ff52eeab6cb1adc014b0d465c0f25bcdb5..20411cc0ae17d3aa8bb731c57985a81b8e4d2338 100644 (file)
 
                        if ($_GET["debug"]) $timing_info = print_checkpoint("20", $timing_info);
 
-                       if (time() - $_SESSION["get_all_counters_stamp"] > 180) {
+                       if (time() - $_SESSION["get_all_counters_stamp"] > 300) {
                                print "<counters>";
                                getAllCounters($link, $omode, $feed);
                                print "</counters>";