From a23498a8d74b81198e28e1d511d37b3cf98d2cb6 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 15 Mar 2012 06:17:19 +0000 Subject: [PATCH] more recently updated comments --- ext/comment/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/comment/main.php b/ext/comment/main.php index 93a867df..87fa230d 100644 --- a/ext/comment/main.php +++ b/ext/comment/main.php @@ -168,7 +168,7 @@ class CommentList extends Extension { $recent = $database->cache->get("recent_comments"); if(empty($recent)) { $recent = $this->get_recent_comments($cc); - $database->cache->set("recent_comments", $recent, 600); + $database->cache->set("recent_comments", $recent, 60); } if(count($recent) > 0) { $this->theme->display_recent_comments($recent);