mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix callTimeout method
This commit is contained in:
parent
a738868a24
commit
338b7473bd
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class NetworkHelper(val context: Context) {
|
|||
.cookieJar(cookieManager)
|
||||
.connectTimeout(30, TimeUnit.SECONDS)
|
||||
.readTimeout(30, TimeUnit.SECONDS)
|
||||
.callTimeout(90, TimeUnit.SECONDS
|
||||
.callTimeout(90, TimeUnit.SECONDS)
|
||||
.addInterceptor(UserAgentInterceptor())
|
||||
.apply {
|
||||
if (BuildConfig.DEBUG) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue