remove timeout block

PostArchive isn't subject to statement timeouts so it isn't needed
This commit is contained in:
Albert Yi
2017-03-20 12:31:08 -07:00
committed by GitHub
parent 8341752931
commit fe9f31d871

View File

@@ -45,9 +45,7 @@ module Moderator
end
def tags
PostArchive.without_timeout do
Queries::Tag.all(min_date, max_level)
end
Queries::Tag.all(min_date, max_level)
end
def posts