merge main to dev

This commit is contained in:
martin legrand
2025-06-01 21:54:56 +02:00
11 changed files with 736 additions and 171 deletions
+3 -3
View File
@@ -5,12 +5,12 @@ gid = searxng
# Number of workers (usually CPU count)
# default value: %k (= number of CPU core, see Dockerfile)
workers = 1
workers = 4
# Number of threads per worker
# default value: 4 (see Dockerfile)
enable-threads = true
threads = 1
enable-threads = 4
threads = 4
# The right granted on the created socket
chmod-socket = 666