This commit is contained in:
albert
2013-01-14 17:04:14 -05:00
parent bb1f7e98f9
commit 397240bee0

View File

@@ -9,7 +9,7 @@ module Danbooru
def paginate(page, options = {})
@paginator_options = options
connection.execute("SET statement_timeout=500")
# connection.execute("SET statement_timeout=500")
if use_sequential_paginator?(page)
paginate_sequential(page)