[fix] disable qwant engine / the rate-limits are just very strict (#6148)

Qwant is set to inactive by default due to its strict rate-limits

Related:

- https://github.com/searxng/searxng/pull/6127

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser
2026-05-26 11:05:06 +02:00
committed by GitHub
parent 3db8b424a8
commit f1a22dec9e
+4
View File
@@ -1798,6 +1798,7 @@ engines:
engine: qwant engine: qwant
shortcut: qw shortcut: qw
categories: [general, web] categories: [general, web]
disabled: true
- name: qwant news - name: qwant news
qwant_categ: news qwant_categ: news
@@ -1805,6 +1806,7 @@ engines:
shortcut: qwn shortcut: qwn
categories: news categories: news
network: qwant network: qwant
disabled: true
- name: qwant images - name: qwant images
qwant_categ: images qwant_categ: images
@@ -1812,6 +1814,7 @@ engines:
shortcut: qwi shortcut: qwi
categories: [images, web] categories: [images, web]
network: qwant network: qwant
disabled: true
- name: qwant videos - name: qwant videos
qwant_categ: videos qwant_categ: videos
@@ -1819,6 +1822,7 @@ engines:
shortcut: qwv shortcut: qwv
categories: [videos, web] categories: [videos, web]
network: qwant network: qwant
disabled: true
# - name: library # - name: library
# engine: recoll # engine: recoll