bug fix
This commit is contained in:
@@ -9,6 +9,8 @@ module Danbooru
|
|||||||
def paginate(page, options = {})
|
def paginate(page, options = {})
|
||||||
@paginator_options = options
|
@paginator_options = options
|
||||||
|
|
||||||
|
connection.execute("SET statement_timeout=500")
|
||||||
|
|
||||||
if use_sequential_paginator?(page)
|
if use_sequential_paginator?(page)
|
||||||
paginate_sequential(page)
|
paginate_sequential(page)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user