Increased overview limit from 500 to 1000.
This commit is contained in:
parent
402300c848
commit
5415e3462e
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ returns
|
|||
.where(query_condition, *bind_condition)
|
||||
.joins(tables)
|
||||
.order(order_by)
|
||||
.limit(500)
|
||||
.limit(1000)
|
||||
.pluck(:id, :updated_at)
|
||||
|
||||
tickets = []
|
||||
|
|
Loading…
Reference in a new issue