From 1c006c3e1863e6ce8f773de04ee952c0ff4f8129 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Mon, 3 Jun 2024 11:04:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=BB=9C=E8=BF=9E=E6=8E=A5=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E9=99=90=E5=88=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/LuaFramework/Scripts/ConstDefine/AppConst.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/LuaFramework/Scripts/ConstDefine/AppConst.cs b/Assets/LuaFramework/Scripts/ConstDefine/AppConst.cs index b4bbb76575..399ac827c1 100644 --- a/Assets/LuaFramework/Scripts/ConstDefine/AppConst.cs +++ b/Assets/LuaFramework/Scripts/ConstDefine/AppConst.cs @@ -235,7 +235,7 @@ namespace GameLogic public static string ShareSDK_AppID = string.Empty; public static string ShareSDK_AppSecret = string.Empty; - public static float ConnectTimeout = 6f; + public static float ConnectTimeout = 5f; public static float HttpTimeout = 3.0f; public static string AliyResourceErrorStr = "\n\n NoSuchKey\n The specified key does not exist."; }