Wolfie kinda works using API

This commit is contained in:
a01200356 2015-12-23 00:01:00 -06:00
parent 47b4a85fe3
commit 4578575c28
4 changed files with 137 additions and 1 deletions

View file

@ -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.2 # seconds
timeout_overhead = 0.5 # seconds
timeout_limit = engines[engine_name].timeout + timeout_overhead
if search_duration > timeout_limit: