(tickets): Increase cache size.
This commit is contained in:
@@ -13,6 +13,7 @@ ticket_info = RowTable(
|
|||||||
'expiry',
|
'expiry',
|
||||||
'pardoned_by', 'pardoned_at', 'pardoned_reason'),
|
'pardoned_by', 'pardoned_at', 'pardoned_reason'),
|
||||||
'ticketid',
|
'ticketid',
|
||||||
|
cache_size=20000
|
||||||
)
|
)
|
||||||
|
|
||||||
tickets = Table('tickets')
|
tickets = Table('tickets')
|
||||||
|
|||||||
Reference in New Issue
Block a user