diff options
author | Émilien Devos <contact@emiliendevos.be> | 2022-05-10 20:45:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 20:45:59 +0000 |
commit | 66b77c46c73489ef2b3d3223cd31883d0eb7bcd9 (patch) | |
tree | cd0bcabeed7f8e4223fb49781a79d330364aa01d /searx/plugins | |
parent | c90abf3592b9877f11dd2a32130e881afa304229 (diff) | |
download | searxng-66b77c46c73489ef2b3d3223cd31883d0eb7bcd9.tar.gz searxng-66b77c46c73489ef2b3d3223cd31883d0eb7bcd9.zip |
Fix typo
Diffstat (limited to 'searx/plugins')
-rw-r--r-- | searx/plugins/limiter.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |