summaryrefslogtreecommitdiff
path: root/debian/examples/uwsgi/apps-available/searx.ini
diff options
context:
space:
mode:
Diffstat (limited to 'debian/examples/uwsgi/apps-available/searx.ini')
-rw-r--r--debian/examples/uwsgi/apps-available/searx.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/examples/uwsgi/apps-available/searx.ini b/debian/examples/uwsgi/apps-available/searx.ini
index e526354..480fd70 100644
--- a/debian/examples/uwsgi/apps-available/searx.ini
+++ b/debian/examples/uwsgi/apps-available/searx.ini
@@ -7,7 +7,7 @@ gid = www-data
#disable-logging = true
# Number of workers (usually CPU count)
-workers = 1
+workers = 4
# The right granted on the created socket
chmod-socket = 666
@@ -16,6 +16,8 @@ chmod-socket = 666
single-interpreter = true
master = true
plugin = python3
+enable-threads = true
+lazy-apps = true
# Module to import
module = searx.webapp