Though seqcli dashboard render passes the specified timeout through to the server, it doesn't properly configure the HttpClient, and so the request may time out before results are retrieved.
#117 and the fix in #119 applied query --timeout to the underlying HttpClient, but the same parameter on dashboard render was overlooked.
Though
seqcli dashboard renderpasses the specified timeout through to the server, it doesn't properly configure theHttpClient, and so the request may time out before results are retrieved.#117 and the fix in #119 applied
query --timeoutto the underlyingHttpClient, but the same parameter ondashboard renderwas overlooked.