datalust / seq-api

HTTP API client for Seq
https://datalust.co/seq
Apache License 2.0
77 stars 21 forks source link

Allow the underlying HTTP client's timeout to be specified #65

Closed nblumhardt closed 4 years ago

nblumhardt commented 4 years ago

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.

nblumhardt commented 4 years ago

Closed in #69