REM:
1.  增加了接口超时时间,由1秒改到5秒
This commit is contained in:
HuangXin 2021-10-25 08:57:39 +08:00
parent eed53ba388
commit 18a1fcce1b
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class RestfulInterface {
/**
* The constant timeOutValue.
*/
private static int timeOutValue = 3000;
private static int timeOutValue = 5000;
/**
* Instantiates a new Restful interface.