This commit is contained in:
albert
2013-03-03 15:33:36 -05:00
parent 0137f7ff79
commit a214c12e5c
4 changed files with 10 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ module PostSets
end
@posts ||= begin
temp = ::Post.with_timeout(500, nil) do
temp = ::Post.with_timeout(timeout, nil) do
::Post.tag_match(tag_string).paginate(page, :count => ::Post.fast_count(tag_string), :limit => per_page)
end