geminispace.info

gemini search engine
git clone https://git.clttr.info/geminispace.info.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit acbb7f5e997e6277bebbe4a7c9a157974cb34dd8
parent 9ffbed7494556f9d9332261f1f73a17247b77767
Author: René Wagner <rwa@clttr.info>
Date:   Wed, 24 Nov 2021 20:45:10 +0100

show 30 latest hosts

Diffstat:
Mserve/models.py | 2+-
Mserve/templates/news.gmi | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/serve/models.py b/serve/models.py @@ -120,7 +120,7 @@ AND p.last_crawl_success_at IS NOT NULL""" AND last_status = 20 GROUP BY p.domain ORDER BY first_seen_at DESC - LIMIT 10 + LIMIT 30 """ ) return newest_hosts_query.execute() diff --git a/serve/templates/news.gmi b/serve/templates/news.gmi @@ -2,6 +2,9 @@ ## News +### 2021-11-24 +The "newest-hosts" page now shows the 30 newest host instead of only 10. + ### 2021-09-15 I'm currently quite happy with the reliability and performance of the crawl and indexing processes. So i removed some older excludes, you should expect to see a whole lot more indexed pages after the next crawl.