remove timeout block
PostArchive isn't subject to statement timeouts so it isn't needed
This commit is contained in:
@@ -45,9 +45,7 @@ module Moderator
|
|||||||
end
|
end
|
||||||
|
|
||||||
def tags
|
def tags
|
||||||
PostArchive.without_timeout do
|
Queries::Tag.all(min_date, max_level)
|
||||||
Queries::Tag.all(min_date, max_level)
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def posts
|
def posts
|
||||||
|
|||||||
Reference in New Issue
Block a user