Fix image not retrying

This commit is contained in:
tom5079
2022-07-19 20:29:39 -07:00
parent b146ed684d
commit c9519ec681
7 changed files with 19 additions and 11 deletions

View File

@@ -100,7 +100,7 @@ class Pupil : Application() {
val proxyInfo = getProxyInfo()
clientBuilder = OkHttpClient.Builder()
.connectTimeout(0, TimeUnit.SECONDS)
// .connectTimeout(0, TimeUnit.SECONDS)
.readTimeout(0, TimeUnit.SECONDS)
.proxyInfo(proxyInfo)
.addInterceptor { chain ->