Long-running requests will time out if more than the 100-second `HttpClient` default timeout is required. It's likely we'll need to make this a global (per-connection) setting, i.e. configured when `SeqConnection` is constructed.
Long-running requests will time out if more than the 100-second
HttpClientdefault timeout is required.It's likely we'll need to make this a global (per-connection) setting, i.e. configured when
SeqConnectionis constructed.