mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
Increase network timeout time
This commit is contained in:
parent
9e3aa68d58
commit
679c7eff16
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class ApiClientImpl//private OnHabitsAPIResult mResultListener;
|
||||||
Log.d("NETWORK", lastAPICallURL)
|
Log.d("NETWORK", lastAPICallURL)
|
||||||
chain.proceed(request)
|
chain.proceed(request)
|
||||||
}
|
}
|
||||||
.readTimeout(120, TimeUnit.SECONDS)
|
.readTimeout(2400, TimeUnit.SECONDS)
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
val server = Server(this.hostConfig.address)
|
val server = Server(this.hostConfig.address)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue