summaryrefslogtreecommitdiff
path: root/etc/uwsgi
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-03-20 17:26:28 -0700
committerxyz <gky44px1999@gmail.com>2022-03-20 17:26:28 -0700
commit728a996d5ed5af4e77ef1a2191539b3e127cf9e5 (patch)
treeaf361de644609c1b51302d37b40d257ea719ed9b /etc/uwsgi
parentd64306102a9282b0f12cdf03fc4724138e4caff4 (diff)
searx workers inc to 4
Diffstat (limited to 'etc/uwsgi')
-rw-r--r--etc/uwsgi/searx.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/uwsgi/searx.ini b/etc/uwsgi/searx.ini
index ed81b379..4522a80a 100644
--- a/etc/uwsgi/searx.ini
+++ b/etc/uwsgi/searx.ini
@@ -9,7 +9,7 @@ gid = searx
disable-logging = false
# Number of workers (usually CPU count)
-workers = 1
+workers = 4
# The right granted on the created socket
chmod-socket = 666