mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 00:09:18 +02:00
[enh] request timeout added
This commit is contained in:
parent
c3c9d147ce
commit
a8797839a1
2 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue