feat : small frontend improvement & planner auto fix

This commit is contained in:
martin legrand
2025-04-15 16:31:53 +02:00
parent 14f42b638d
commit a32cf60958
15 changed files with 2968 additions and 53 deletions
+3 -3
View File
@@ -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