mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] engine yacy images: increase timout from 3 to 5sec
Its a leftover from 657dcb97
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
319afe031e
commit
a0cbc0e3c5
1 changed files with 3 additions and 0 deletions
|
@ -2157,10 +2157,13 @@ engines:
|
||||||
|
|
||||||
- name: yacy images
|
- name: yacy images
|
||||||
engine: yacy
|
engine: yacy
|
||||||
|
network: yacy
|
||||||
categories: images
|
categories: images
|
||||||
search_type: image
|
search_type: image
|
||||||
shortcut: yai
|
shortcut: yai
|
||||||
disabled: true
|
disabled: true
|
||||||
|
# timeout can be reduced in 'local' search mode
|
||||||
|
timeout: 5.0
|
||||||
|
|
||||||
- name: rumble
|
- name: rumble
|
||||||
engine: rumble
|
engine: rumble
|
||||||
|
|
Loading…
Add table
Reference in a new issue