Add support for Happy Eyeballs

This commit is contained in:
arkon
2022-03-19 16:48:33 -04:00
parent 1163aa4e4e
commit da2b30268a
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ class NetworkHelper(context: Context) {
.cookieJar(cookieManager)
.connectTimeout(30, TimeUnit.SECONDS)
.readTimeout(30, TimeUnit.SECONDS)
.fastFallback(true)
.addInterceptor(UserAgentInterceptor())
if (preferences.verboseLogging()) {