cloudconvert / cloudconvert-dotnet

CloudConvert .NET SDK
Other
20 stars 15 forks source link

Adding an optional TimeSpan constructor parameter #17

Closed alexcrowdpharm closed 1 year ago

alexcrowdpharm commented 1 year ago

This PR is a non-breaking change that enables setting the HttpClient.Timeout property inside RestHelper.cs.

Without this change, we are stuck with HttpClient's default of 100 seconds, which is not enough time for large file conversions.

josiasmontag commented 1 year ago

For now I have just disabled the HttpClient timeout.

1a5580084578d70670cf897ca4c3d13735ddded0

Please try version 1.1.3 from NuGet.