网络连接时间限制修改

tcx_xiyou_dev
wangzhenxing 2024-06-03 11:04:52 +08:00
parent a2752e3a73
commit 1c006c3e18
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error>\n <Code>NoSuchKey</Code>\n <Message>The specified key does not exist.</Message>";
}