Skip to content

Commit

Permalink
Fixes cc-archive#487(image index availability check)
Browse files Browse the repository at this point in the history
  • Loading branch information
madewithkode committed May 12, 2020
1 parent e4a9838 commit dba4eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cccatalog-api/cccatalog/api/views/site_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
HEALTH_CACHE_TTL = 10


@method_decorator(cache_page(10), name='get')
@method_decorator(cache_page(HEALTH_CACHE_TTL), name='get')
class HealthCheck(APIView):
"""
Returns a `200 OK` response if the server is running and `image`
Expand Down

0 comments on commit dba4eca

Please sign in to comment.