add timeout to 60 seconds

This commit is contained in:
Pablo Revilla
2025-06-02 17:16:36 -07:00
parent ab1b9c53e2
commit 5ba9b17f09

View File

@@ -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