datalust/seq-api

Allow the underlying HTTP client's timeout to be specified

nblumhardt opened this issue · 1 comments

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.

Closed in #69