wcs: reduce cache duration for "forms in your care" cell (#48357)

This commit is contained in:
Frédéric Péters 2020-11-06 12:37:12 +01:00
parent b8a06e2641
commit ae38713746
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ class WcsCareFormsCell(WcsDataBaseCell):
api_url = '/api/forms/?limit=10'
variable_name = 'care_forms'
template_name = 'combo/wcs/care_forms.html'
cache_duration = 600
cache_duration = 120
user_dependant = True
class Meta: