diff --git a/attract/settings.py b/attract/settings.py index 9638a9eb..82d59685 100644 --- a/attract/settings.py +++ b/attract/settings.py @@ -120,10 +120,6 @@ tokens_schema = { } nodes = { - # We choose to override global cache-control directives for this resource. - 'cache_control': 'max-age=10,must-revalidate', - 'cache_expires': 10, - 'schema': nodes_schema }