diff options
| author | a01200356 <a01200356@itesm.mx> | 2016-02-27 19:06:44 -0600 |
|---|---|---|
| committer | a01200356 <a01200356@itesm.mx> | 2016-02-27 19:06:44 -0600 |
| commit | 78d3f3d6b116e0aca8af8b939d5a98ea74bb8de3 (patch) | |
| tree | 584617b9cc780696c62ee1b684265498f43e967a /searx/settings.yml | |
| parent | 45b5073f3e10cad68ddda6a1a83d3273a3d734fc (diff) | |
[enh] infobox for wolframalpha
TODO:
- infobox styles
- unit tests
ISSUES:
- no_api version needs to re-call server for additional pods, such
as plots. therefore, it's even slower than before. comment out the
part that calls get_async_pod if requests reach timeout or increase
timeout in settings.yml.
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 7607ce94d..6e4316b08 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -310,10 +310,10 @@ engines: shortcut : wa # You can use the engine using the official stable API, but you need an API key # See : http://products.wolframalpha.com/api/ - # engine : wolframalpha_api - # api_key: 'apikey' # required! + # engine : wolframalpha_api + # api_key: '5952JX-X52L3VKWT8' # required! engine : wolframalpha_noapi - timeout: 6.0 + timeout: 10.0 categories : science #The blekko technology and team have joined IBM Watson! -> https://blekko.com/ |