1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 20:41:29 +00:00

ccache: performance tweaks

This commit is contained in:
Andrew Dolgov
2009-01-17 13:50:29 +01:00
parent 1be2f3b6ec
commit 6b49a3dd7b
2 changed files with 35 additions and 32 deletions

View File

@@ -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);