diff options
Diffstat (limited to 'searx/botdetection/link_token.py')
-rw-r--r-- | searx/botdetection/link_token.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/botdetection/link_token.py b/searx/botdetection/link_token.py index 8f8e9839c..4273e22c5 100644 --- a/searx/botdetection/link_token.py +++ b/searx/botdetection/link_token.py @@ -55,10 +55,10 @@ from ._helpers import ( ) TOKEN_LIVE_TIME = 600 -"""Livetime (sec) of limiter's CSS token.""" +"""Lifetime (sec) of limiter's CSS token.""" PING_LIVE_TIME = 3600 -"""Livetime (sec) of the ping-key from a client (request)""" +"""Lifetime (sec) of the ping-key from a client (request)""" PING_KEY = 'SearXNG_limiter.ping' """Prefix of all ping-keys generated by :py:obj:`get_ping_key`""" |