diff options
Diffstat (limited to 'etc/uwsgi')
-rw-r--r-- | etc/uwsgi/searx.ini | 2 |
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
|