[ticket/666] Reduce caching time of post related queries
B3P-666
This commit is contained in:
@@ -266,7 +266,7 @@ class fetch_posts
|
||||
// Cache queries for 30 seconds
|
||||
if ($number_of_posts != 0)
|
||||
{
|
||||
$result = $this->db->sql_query_limit($sql, $number_of_posts, $start, 600);
|
||||
$result = $this->db->sql_query_limit($sql, $number_of_posts, $start, 30);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user