diff --git a/nyaa/routes.py b/nyaa/routes.py index b34c356..4b9659f 100644 --- a/nyaa/routes.py +++ b/nyaa/routes.py @@ -309,7 +309,7 @@ def render_rss(label, query, use_elastic): response = flask.make_response(rss_xml) response.headers['Content-Type'] = 'application/xml' # Cache for an hour - response.headers['Cache-Control'] = 'max-age={}'.format(1*60*60) + response.headers['Cache-Control'] = 'max-age={}'.format(1*5*60) return response