feat : small frontend improvement & planner auto fix
This commit is contained in:
+3
-3
@@ -9,7 +9,7 @@ workers = 1
|
||||
|
||||
# Number of threads per worker
|
||||
# default value: 4 (see Dockerfile)
|
||||
enable-threads = false
|
||||
enable-threads = true
|
||||
threads = 1
|
||||
|
||||
# The right granted on the created socket
|
||||
@@ -20,7 +20,7 @@ single-interpreter = true
|
||||
master = true
|
||||
plugin = python3
|
||||
lazy-apps = true
|
||||
enable-threads = 1
|
||||
enable-threads = 4
|
||||
|
||||
# Module to import
|
||||
module = searx.webapp
|
||||
@@ -50,4 +50,4 @@ die-on-term
|
||||
# uwsgi serves the static files
|
||||
static-map = /static=/usr/local/searxng/searx/static
|
||||
static-gzip-all = True
|
||||
offload-threads = 2
|
||||
offload-threads = 4
|
||||
|
||||
Reference in New Issue
Block a user