mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Offload more work to database replica
This commit is contained in:
@@ -1290,7 +1290,8 @@ class Quota(LoggedModel):
|
||||
'cached_availability_state', 'cached_availability_number', 'cached_availability_time',
|
||||
'cached_availability_paid_orders'
|
||||
],
|
||||
clear_cache=False
|
||||
clear_cache=False,
|
||||
using='default'
|
||||
)
|
||||
|
||||
if _cache is not None:
|
||||
|
||||
Reference in New Issue
Block a user