fixes #1924
This commit is contained in:
@@ -2,6 +2,6 @@ class CountsController < ApplicationController
|
||||
respond_to :xml, :json
|
||||
|
||||
def posts
|
||||
@count = Post.fast_count(params[:tags])
|
||||
@count = Post.fast_count(params[:tags], :statement_timeout => CurrentUser.user.statement_timeout)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user