From 2bef21a79ff255b2c4bb01f7d41ab4546cf1402a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Jan 2010 12:58:50 +0300 Subject: update_rss_feed: compress memcache data --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 04cda3d1d..9d51df53e 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); -- cgit v1.2.3