Skip to content

Commit 776260a

Browse files
authored
Proxito: cacheops right model (#10111)
I got confused because we are mapping a different table name. `subscriptions.models.PlanFeature` maps to `organizations_planfeature` table.
1 parent 6bb753a commit 776260a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readthedocs/settings/base.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,9 @@ def DOCKER_LIMITS(self):
10611061
'ops': CACHEOPS_OPS,
10621062
'timeout': CACHEOPS_TIMEOUT,
10631063
},
1064-
'organizations.planfeature': {
1064+
1065+
# readthedocs.subscriptions.*
1066+
'subscriptions.planfeature': {
10651067
'ops': CACHEOPS_OPS,
10661068
'timeout': CACHEOPS_TIMEOUT,
10671069
},

0 commit comments

Comments
 (0)