diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-05-20 16:59:42 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-05-20 16:59:42 +0100 |
| commit | 997d9d7cad31d5fdd3d054b95bd952a6f0367be9 (patch) | |
| tree | 4aa91fd9ab8dfba8de3688d3386751932b9f7543 /backend.php | |
| parent | 5aaf9b34e43c90dfc3b95731d71f4d598251a321 (diff) | |
view: request counters in background, request_counters(): add client rate limit
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php index ba7cbdb0b..94a63dae1 100644 --- a/backend.php +++ b/backend.php @@ -210,11 +210,11 @@ } } - if ($mode != "prefetch_old") { +/* if ($mode != "prefetch_old") { print "<counters>"; getAllCounters($link, $omode); print "</counters>"; - } + } */ print "</reply>"; break; // view |