|
|
|
@ -15,13 +15,13 @@ public class Constant { |
|
|
|
public static final int TIMEOUT_PLAY = 15 * 1000; |
|
|
|
public static final int TIMEOUT_PLAY = 15 * 1000; |
|
|
|
//解析預設時間
|
|
|
|
//解析預設時間
|
|
|
|
public static final int TIMEOUT_PARSE_DEF = 5 * 1000; |
|
|
|
public static final int TIMEOUT_PARSE_DEF = 5 * 1000; |
|
|
|
//解析超時時間
|
|
|
|
//嗅探超時時間
|
|
|
|
public static final int TIMEOUT_PARSE_WEB = 15 * 1000; |
|
|
|
public static final int TIMEOUT_PARSE_WEB = 15 * 1000; |
|
|
|
//解析超時時間
|
|
|
|
//解析超時時間
|
|
|
|
public static final int TIMEOUT_PARSE_JSON = 10 * 1000; |
|
|
|
public static final int TIMEOUT_PARSE_JSON = 10 * 1000; |
|
|
|
//解析超時時間
|
|
|
|
//解析超時時間
|
|
|
|
public static final int TIMEOUT_PARSE_JSON_EXT = 15 * 1000; |
|
|
|
public static final int TIMEOUT_PARSE_JSON_EXT = 15 * 1000; |
|
|
|
//解析超時時間
|
|
|
|
//聚合超時時間
|
|
|
|
public static final int TIMEOUT_PARSE_JSON_MIX = 15 * 1000; |
|
|
|
public static final int TIMEOUT_PARSE_JSON_MIX = 15 * 1000; |
|
|
|
//網路超時時間
|
|
|
|
//網路超時時間
|
|
|
|
public static final int TIMEOUT_HTTP = 30 * 1000; |
|
|
|
public static final int TIMEOUT_HTTP = 30 * 1000; |
|
|
|
|