(tickets): Increase cache size.

This commit is contained in:
2022-01-20 22:59:06 +02:00
parent 31ef615eee
commit 2818e9e7be

View File

@@ -13,6 +13,7 @@ ticket_info = RowTable(
'expiry',
'pardoned_by', 'pardoned_at', 'pardoned_reason'),
'ticketid',
cache_size=20000
)
tickets = Table('tickets')