Update searx.data - update_engine_traits.py

This commit is contained in:
dalf
2024-01-29 00:14:29 +00:00
committed by Markus Heiser
parent a393341403
commit 14f73ef3d9
3 changed files with 157 additions and 15 deletions

View File

@@ -100,8 +100,8 @@ def fetch_traits_map():
def filter_locales(traits_map: EngineTraitsMap):
"""Filter language & region tags by a threshold."""
min_eng_per_region = 11
min_eng_per_lang = 13
min_eng_per_region = 15
min_eng_per_lang = 20
_ = {}
for eng in traits_map.values():