Skip to content

Commit

Permalink
fix(root): disable update downloader timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Aug 11, 2023
1 parent 2d73e0c commit b9b8774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import timber.log.Timber
import java.io.IOException
import java.util.concurrent.TimeUnit

class UpdateCheckClient(val context: Context, callTimeout: Long = 10): KoinComponent {
class UpdateCheckClient(val context: Context, callTimeout: Long = 0): KoinComponent {

private val http = OkHttpClient
.Builder()
Expand Down

0 comments on commit b9b8774

Please sign in to comment.