Rollback to stable OkHttp

There's some weird crashes related to it. Happy Eyeballs will return once we upgrade again.
This commit is contained in:
arkon
2022-04-14 22:37:51 -04:00
parent c1976ef599
commit f060daf8c4
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class NetworkHelper(context: Context) {
.cookieJar(cookieManager)
.connectTimeout(30, TimeUnit.SECONDS)
.readTimeout(30, TimeUnit.SECONDS)
.fastFallback(true)
// .fastFallback(true) // TODO: re-enable when OkHttp 5 is stabler
.addInterceptor(UserAgentInterceptor())
if (preferences.verboseLogging()) {