1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 09:01:28 +00:00

update_rss_feed: compress memcache data

This commit is contained in:
Andrew Dolgov
2010-01-20 12:58:50 +03:00
parent 602690e577
commit 2bef21a79f

View File

@@ -645,7 +645,7 @@
$rss->init();
}
if ($rss && $memcache) $memcache->add($obj_id, $rss, 0, 300);
if ($rss && $memcache) $memcache->add($obj_id, $rss, MEMCACHE_COMPRESSED, 300);
}
// print_r($rss);