连接超时时间加长
parent
1fd6ccaed4
commit
81733bf096
|
@ -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>";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue