This commit is contained in:
Toks
2014-05-30 00:02:23 -04:00
parent d092ea0094
commit 50ae15469e
2 changed files with 6 additions and 6 deletions

View File

@@ -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