diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-12-07 20:24:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-07 20:24:47 +0100 |
| commit | 62073c0e1dcb41a9b6f01fa5321baaca291adbaa (patch) | |
| tree | 3489796cdf19f732b84585b10dd00296be036d59 /searx/settings.yml | |
| parent | 923bc02c17a657fbcd332c7b6f2655176a34fd43 (diff) | |
| parent | 4ec810749b45c02462a9be98090374b759db8151 (diff) | |
Merge pull request #2361 from dalf/fix-1x
[fix] 1x engine
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 04b658e0a..f68770cda 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -289,6 +289,7 @@ engines: - name : 1x engine : www1x shortcut : 1x + timeout : 3.0 disabled : True - name : fdroid |