[enh] request timeout added

This commit is contained in:
asciimoo 2013-11-03 00:31:03 +01:00
parent c3c9d147ce
commit a8797839a1
2 changed files with 10 additions and 6 deletions

View file

@ -3,7 +3,9 @@ port = 8888
secret_key = "ultrasecretkey" # change this!
debug = False
debug = True
request_timeout = 5.0 # seconds
weights = {} # 'search_engine_name': float(weight) | default is 1.0