fixer-m / snowflake-db-net-client

Snowflake .NET Client
Apache License 2.0
51 stars 14 forks source link

RestClient HttpClient Timeout #21

Closed george-int21h closed 2 years ago

george-int21h commented 2 years ago

Can you set the timeout to 60 minutes just like on the ChunksDownloader? Is quite useful for long running queries. I can raise a PR but not sure if you accept any.

mbwilding commented 2 years ago

I have a pull request up for something unrelated to this, been there a while. Not sure if he checks them.

george-int21h commented 2 years ago

Can you also increase the timeout as part of the same PR? Is a trivial change.

fixer-m commented 2 years ago

@george-int21h Sure! Good point. I'll update NuGet package soon.

fixer-m commented 2 years ago

@george-int21h Done. Version 4.0.0 has increased timeout (1h) for http client.

george-int21h commented 2 years ago

Looks good. Thank you