How do I increase timeout in Okhttp?
How do I increase timeout in Okhttp? The default timeout of 10 seconds can be changed using OkHttpClient. Builder#readTimeout. Analogously as for the connect timeout, a zero value indicates no timeout. How do I increase the retrofit timeout on my Android? You can set timeouts on the underlying HTTP client. If you don’t specify a […]