From 8733b947e0d2bd3c1d4e3b5a90c3c9f369ec7122 Mon Sep 17 00:00:00 2001 From: EmArrow Date: Fri, 16 Aug 2024 17:21:13 +0800 Subject: [PATCH] [master] update version to change network timeout f 15 t 10 --- .../com/mogo/cloud/network/NetConstants.kt | 2 +- gradle.properties | 22 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/foudations/mogo-network/src/main/java/com/mogo/cloud/network/NetConstants.kt b/foudations/mogo-network/src/main/java/com/mogo/cloud/network/NetConstants.kt index 6331d84..b83ed58 100644 --- a/foudations/mogo-network/src/main/java/com/mogo/cloud/network/NetConstants.kt +++ b/foudations/mogo-network/src/main/java/com/mogo/cloud/network/NetConstants.kt @@ -9,7 +9,7 @@ class NetConstants { const val TAG = "LogInterceptor" const val READ_TIMEOUT = 20000L const val WRITE_TIMEOUT = 20000L - const val CONNECT_TIMEOUT = 15000L + const val CONNECT_TIMEOUT = 10000L const val DEVA_HOST = "http://dzt-deva.zhidaozhixing.com" const val LAUNCHER_SNAPSHOT_HOST = "http://dzt-launcherSnapshot.zhidaozhixing.com" diff --git a/gradle.properties b/gradle.properties index 762e63c..812a5f2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -36,24 +36,24 @@ PASSWORD=xintai2018 RELEASE=true # AI CLOUD 云平台 # 工具类 -MOGO_UTILS_VERSION=1.4.7.30 +MOGO_UTILS_VERSION=1.4.7.32 # 网络请求 -MOGO_NETWORK_VERSION=1.4.7.30 +MOGO_NETWORK_VERSION=1.4.7.32 # 鉴权 -MOGO_PASSPORT_VERSION=1.4.7.30 +MOGO_PASSPORT_VERSION=1.4.7.32 # 常链接 -MOGO_SOCKET_VERSION=1.4.7.30 +MOGO_SOCKET_VERSION=1.4.7.32 # 数据采集 -MOGO_REALTIME_VERSION=1.4.7.30 +MOGO_REALTIME_VERSION=1.4.7.32 # 探路,道路事件发布,获取 -MOGO_TANLU_VERSION=1.4.7.30 +MOGO_TANLU_VERSION=1.4.7.32 # 直播推流 -MOGO_LIVE_VERSION=1.4.7.30 +MOGO_LIVE_VERSION=1.4.7.32 # 直播拉流 -MOGO_TRAFFICLIVE_VERSION=1.4.7.30 +MOGO_TRAFFICLIVE_VERSION=1.4.7.32 # 定位服务 -MOGO_LOCATION_VERSION=1.4.7.30 +MOGO_LOCATION_VERSION=1.4.7.32 # 远程通讯模块 -MOGO_TELEMATIC_VERSION=1.4.7.30 +MOGO_TELEMATIC_VERSION=1.4.7.32 # v2x -MOGO_V2X_VERSION=1.4.7.30 +MOGO_V2X_VERSION=1.4.7.32