网络连接时间限制修改
parent
a2752e3a73
commit
1c006c3e18
|
@ -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>";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue