Skip to content

Commit

Permalink
Proxito: cacheops right model (#10111)
Browse files Browse the repository at this point in the history
I got confused because we are mapping a different table name.
`subscriptions.models.PlanFeature` maps to `organizations_planfeature` table.
  • Loading branch information
humitos authored Mar 6, 2023
1 parent 6bb753a commit 776260a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readthedocs/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,9 @@ def DOCKER_LIMITS(self):
'ops': CACHEOPS_OPS,
'timeout': CACHEOPS_TIMEOUT,
},
'organizations.planfeature': {

# readthedocs.subscriptions.*
'subscriptions.planfeature': {
'ops': CACHEOPS_OPS,
'timeout': CACHEOPS_TIMEOUT,
},
Expand Down

0 comments on commit 776260a

Please sign in to comment.