From 883ab31cc9cee7f53d3b7da34931c68b60c25b6f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 25 Oct 2022 20:20:43 +0200 Subject: [PATCH] Describe what Poor Mode does --- files/routes/posts.py | 3 +-- files/templates/settings_filters.html | 9 ++++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index c130dc7fc..c0ce78b0a 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -211,8 +211,7 @@ def post_id(pid, anything=None, v=None, sub=None): offset = 0 ids = set() - if v and v.poor: threshold = 50 - else: threshold = 100 + threshold = 100 if post.comment_count > threshold+25 and not (v and v.client) and not request.values.get("all"): comments2 = [] diff --git a/files/templates/settings_filters.html b/files/templates/settings_filters.html index ed4e1c8c3..4bac35c15 100644 --- a/files/templates/settings_filters.html +++ b/files/templates/settings_filters.html @@ -26,7 +26,14 @@ - Makes the site much faster for low-end devices. + Makes the site faster for low-end devices: + +