mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
commit
d6662b8392
1 changed files with 5 additions and 2 deletions
|
@ -50,6 +50,9 @@ plugin = python3,http
|
|||
# default behaviour is for performance reasons.
|
||||
enable-threads = true
|
||||
|
||||
# Number of workers (usually CPU count)
|
||||
workers = %k
|
||||
threads = 4
|
||||
|
||||
# plugin: python
|
||||
# --------------
|
||||
|
@ -78,7 +81,7 @@ buffer-size = 8192
|
|||
# static_use_hash: true
|
||||
#
|
||||
static-map = /static=__INSTALL_DIR__/searxng-src/searx/static
|
||||
# expires set to one year since there are hashes
|
||||
static-expires = /* 31557600
|
||||
# expires set to one day
|
||||
static-expires = /* 86400
|
||||
static-gzip-all = True
|
||||
offload-threads = %k
|
||||
|
|
Loading…
Reference in a new issue