mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
add timeout to 60 seconds
This commit is contained in:
@@ -235,6 +235,7 @@ async def node_search(request):
|
||||
template = env.get_template("search.html")
|
||||
response = web.Response(
|
||||
text=template.render(nodes=fuzzy_nodes, query_string=request.query_string),
|
||||
site_config=CONFIG,
|
||||
content_type="text/html",
|
||||
)
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user