From 66b77c46c73489ef2b3d3223cd31883d0eb7bcd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20Devos?= Date: Tue, 10 May 2022 20:45:59 +0000 Subject: [PATCH] Fix typo --- searx/plugins/limiter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/plugins/limiter.py b/searx/plugins/limiter.py index c3ec64283..4402900e8 100644 --- a/searx/plugins/limiter.py +++ b/searx/plugins/limiter.py @@ -3,7 +3,7 @@ # pyright: basic """Some bot protection / rate limitation -To monitore rate limits and protect privacy the IP addresses are getting stored +To monitor rate limits and protect privacy the IP addresses are getting stored with a hash so the limiter plugin knows who to block. A redis database is needed to store the hash values.