diff --git a/nyaa/templates/view.html b/nyaa/templates/view.html index 027592e..7be7b18 100644 --- a/nyaa/templates/view.html +++ b/nyaa/templates/view.html @@ -93,6 +93,7 @@ +{% cache 86400, "filelist", torrent.info_hash_as_hex %} {% if files and files.__len__() <= config.MAX_FILES_VIEW %}
@@ -133,6 +134,7 @@
{% endif %} +{% endcache %}