summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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);