diff options
author | Alexandre Flament <alex@al-f.net> | 2023-08-11 12:37:40 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-08-13 07:55:05 +0200 |
commit | 4573417b6c5d50935233268d672d0f3fc8cef8c6 (patch) | |
tree | a218cb8b18345e3141e3e144efeb0d97410fb179 /dockerfiles | |
parent | 905ce2a6f60785d674c85eb09d5cd9067c1a45bd (diff) | |
download | searxng-4573417b6c5d50935233268d672d0f3fc8cef8c6.tar.gz searxng-4573417b6c5d50935233268d672d0f3fc8cef8c6.zip |
uwsgi.ini: remove unused cache2
cache2 was used before PR #1856
Diffstat (limited to 'dockerfiles')
-rw-r--r-- | dockerfiles/uwsgi.ini | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dockerfiles/uwsgi.ini b/dockerfiles/uwsgi.ini index 127789867..a293d62d7 100644 --- a/dockerfiles/uwsgi.ini +++ b/dockerfiles/uwsgi.ini @@ -44,6 +44,3 @@ static-map = /static=/usr/local/searxng/searx/static static-expires = /* 31557600 static-gzip-all = True offload-threads = %k - -# Cache -cache2 = name=searxngcache,items=2000,blocks=2000,blocksize=4096,bitmap=1 |