diff options
author | Paul Braeuning <paul@paulgo.io> | 2022-05-10 22:51:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 22:51:03 +0200 |
commit | b47e44a008cf1d677cbaac7dcfdd1f2b39acbca3 (patch) | |
tree | 38f974c3da661fd1a21a606298d1fda255c8a6af /searx | |
parent | 83e2a0ec48266753e9432cfbfb65ba6aee83ec63 (diff) | |
parent | 66b77c46c73489ef2b3d3223cd31883d0eb7bcd9 (diff) | |
download | searxng-b47e44a008cf1d677cbaac7dcfdd1f2b39acbca3.tar.gz searxng-b47e44a008cf1d677cbaac7dcfdd1f2b39acbca3.zip |
Merge pull request #1196 from unixfox/patch-2
Fix typo for the limiter plugin docs
Diffstat (limited to 'searx')
-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. |