summaryrefslogtreecommitdiff
path: root/searx/shared/__init__.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2022-08-07 12:53:33 +0200
committerGitHub <noreply@github.com>2022-08-07 12:53:33 +0200
commit04e342702279a4aee3e9ad7a06eafa92ce7dba3f (patch)
tree359cff73ddb1c629a8a03dd95b0fde0a06a8dd92 /searx/shared/__init__.py
parentcee586029cd2afa54cf0f47db13b35702aa45d8d (diff)
parent8b58cd1167a03e2063dd7f070f8702ca377e3577 (diff)
Merge pull request #1626 from return42/fix-minor
[fix] typo in uWSGI cache: searxcache --> searxngcache
Diffstat (limited to 'searx/shared/__init__.py')
-rw-r--r--searx/shared/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/shared/__init__.py b/searx/shared/__init__.py
index f03679c61..d10ddb33d 100644
--- a/searx/shared/__init__.py
+++ b/searx/shared/__init__.py
@@ -23,7 +23,7 @@ else:
# uwsgi.ini configuration problem: disable all scheduling
logger.error(
'uwsgi.ini configuration error, add this line to your uwsgi.ini\n'
- 'cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1'
+ 'cache2 = name=searxngcache,items=2000,blocks=2000,blocksize=4096,bitmap=1'
)
from .shared_simple import SimpleSharedDict as SharedDict