We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97dfa44 commit 2b93600Copy full SHA for 2b93600
1 file changed
lib/src/main/java/me/ctknight/uploadmanager/util/NetworkUtils.kt
@@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
9
10
object NetworkUtils {
11
12
- private val DEFAULT_TIMEOUT = (20 * 1000L).toInt()
+ private const val DEFAULT_TIMEOUT = (20 * 1000L).toInt()
13
private val DEFAULT_CLIENT = buildClient()
14
@Volatile
15
var customNetworkClient: OkHttpClient? = null
0 commit comments