diff options
| author | a01200356 <a01200356@itesm.mx> | 2015-12-27 22:11:12 -0600 |
|---|---|---|
| committer | a01200356 <a01200356@itesm.mx> | 2015-12-27 22:11:12 -0600 |
| commit | 1b7e80db03faef848d0614493e2bf58366db29ea (patch) | |
| tree | 50146ccbdf8be2841074ea7ef4a8a69c0e93d3b6 /searx/search.py | |
| parent | 84cd09ac34bb06bc9a4a2ad702fb29346823e0c8 (diff) | |
Undo minor change.
Diffstat (limited to 'searx/search.py')
| -rw-r--r-- | searx/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/search.py b/searx/search.py index 85d88b9d3..655b7808a 100644 --- a/searx/search.py +++ b/searx/search.py @@ -98,7 +98,7 @@ def make_callback(engine_name, callback, params, result_container): with threading.RLock(): engines[engine_name].stats['page_load_time'] += search_duration - timeout_overhead = 0.5 # seconds + timeout_overhead = 0.2 # seconds timeout_limit = engines[engine_name].timeout + timeout_overhead if search_duration > timeout_limit: |