소스 검색

[mod][enh] default timeout 1.8 -> 2.0sec ++ uncyclopedia engine added

asciimoo 11 년 전
부모
커밋
6f86b96a35
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7
    1
      searx/settings.yml

+ 7
- 1
searx/settings.yml 파일 보기

2
     port : 8888
2
     port : 8888
3
     secret_key : "ultrasecretkey" # change this!
3
     secret_key : "ultrasecretkey" # change this!
4
     debug : True
4
     debug : True
5
-    request_timeout : 1.8 # seconds
5
+    request_timeout : 2.0 # seconds
6
     base_url : False
6
     base_url : False
7
 
7
 
8
 engines:
8
 engines:
93
     categories : social media
93
     categories : social media
94
     shortcut : tw
94
     shortcut : tw
95
 
95
 
96
+  - name : uncyclopedia
97
+    engine : mediawiki
98
+    categories : general
99
+    shortcut : unc
100
+    url : https://uncyclopedia.wikia.com/
101
+
96
   - name : urbandictionary
102
   - name : urbandictionary
97
     engine        : xpath
103
     engine        : xpath
98
     search_url    : http://www.urbandictionary.com/define.php?term={query}
104
     search_url    : http://www.urbandictionary.com/define.php?term={query}