mirror of
https://github.com/searxng/searxng.git
synced 2025-02-22 14:56:17 +00:00
[mod] activate startpage by default and use default timeout (3sec)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
0f2fc5879d
commit
c0a21789a3
1 changed files with 4 additions and 6 deletions
|
@ -1787,24 +1787,22 @@ engines:
|
|||
- name: startpage
|
||||
engine: startpage
|
||||
shortcut: sp
|
||||
timeout: 6.0
|
||||
disabled: true
|
||||
startpage_categ: web
|
||||
categories: [general, web]
|
||||
additional_tests:
|
||||
rosebud: *test_rosebud
|
||||
|
||||
- name: startpage news
|
||||
engine: startpage
|
||||
startpage_categ: news
|
||||
categories: [news, web]
|
||||
shortcut: spn
|
||||
timeout: 6.0
|
||||
disabled: true
|
||||
|
||||
- name: startpage images
|
||||
engine: startpage
|
||||
startpage_categ: images
|
||||
categories: [images, web]
|
||||
shortcut: spi
|
||||
timeout: 6.0
|
||||
disabled: true
|
||||
|
||||
- name: tokyotoshokan
|
||||
engine: tokyotoshokan
|
||||
|
|
Loading…
Reference in a new issue