This commit is contained in:
2dust
2024-07-09 12:29:04 +08:00
parent 002bf7ef22
commit af1ec7bea9

View File

@@ -560,7 +560,7 @@ object AngConfigManager {
settingsStorage?.decodeString(AppConfig.PREF_HTTP_PORT),
AppConfig.PORT_HTTP.toInt()
)
Utils.getUrlContentWithCustomUserAgent(url, httpPort)
Utils.getUrlContentWithCustomUserAgent(url, 30000, httpPort)
} catch (e: Exception) {
e.printStackTrace()
""