连接超时时间加长

tcx_xiyou_dev
wangzhenxing 2024-05-30 16:08:08 +08:00
parent 1fd6ccaed4
commit 81733bf096
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 = 5f;
public static float ConnectTimeout = 6f;
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>";
}