mirror of
https://github.com/searxng/searxng-docker.git
synced 2025-12-29 07:00:02 +00:00
feat: uwsgi workers / threads configuration options (#235)
This commit is contained in:
7
.env
7
.env
@@ -5,3 +5,10 @@
|
||||
|
||||
# SEARXNG_HOSTNAME=<host>
|
||||
# LETSENCRYPT_EMAIL=<email>
|
||||
|
||||
# Optional:
|
||||
# If you run a very small or a very large instance, you might want to change the amount of used uwsgi workers and threads per worker
|
||||
# More workers (= processes) means that more search requests can be handled at the same time, but it also causes more resource usage
|
||||
|
||||
# SEARXNG_UWSGI_WORKERS=4
|
||||
# SEARXNG_UWSGI_THREADS=4
|
||||
|
||||
Reference in New Issue
Block a user