From: Andrew Dolgov Date: Wed, 20 Jan 2010 09:58:50 +0000 (+0300) Subject: update_rss_feed: compress memcache data X-Git-Tag: 1.4.0~6 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2bef21a79ff255b2c4bb01f7d41ab4546cf1402a;p=tt-rss.git update_rss_feed: compress memcache data --- diff --git a/functions.php b/functions.php index 04cda3d1..9d51df53 100644 --- a/functions.php +++ b/functions.php @@ -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);