summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-17 13:50:29 +0100
committerAndrew Dolgov <[email protected]>2009-01-17 13:50:29 +0100
commit6b49a3dd7bee0c2f006b06dd0bbcabf4e4829a9e (patch)
treeac8141e622273974c91b8f98d49e3f9163a52e39 /backend.php
parent1be2f3b6ec815a19f28d98b42795c860410ee083 (diff)
ccache: performance tweaks
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index 28a3eba26..2fb3d8f9d 100644
--- a/backend.php
+++ b/backend.php
@@ -270,9 +270,9 @@
$csync = $_GET["csync"];
$order_by = db_escape_string($_GET["order_by"]);
- if (!$cat_view) {
- ccache_update($link, $feed, $_SESSION["uid"], $cat_view);
- }
+// if (!$cat_view) {
+// ccache_update($link, $feed, $_SESSION["uid"], $cat_view);
+// }
set_pref($link, "_DEFAULT_VIEW_MODE", $view_mode);
set_pref($link, "_DEFAULT_VIEW_LIMIT", $limit);