Anybody aware of default timeout value of RestSharp RestClient ?
The default value of the REST client response timeout is 120 seconds.
You can adjust request timeout in application settings. In version 14 it is possible to adjust request timeout directly in the request editor. I have a default timeout left in the settings (45secs) and still the request times out immediately (it's a POST request); I do see the server processing the request normally.
RestSharp is using HttpWebRequest under the hood, which has a default timeout of 100 seconds.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With