Commit 58fe33438cbced24abbba93065d50e01fceba3d9
1 parent
60a0d58a40
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 2 additions and 2 deletions
platform-msg-generate/src/main/java/com/lyms/platform/msg/remote/SaveMessageService.java
View file @
58fe334
... | ... | @@ -31,8 +31,8 @@ |
31 | 31 | |
32 | 32 | private static HttpsClientManager https =new HttpsClientManager(); |
33 | 33 | { |
34 | - https.setConnTimeout(5000); | |
35 | - https.setSoTimeout(60000); | |
34 | + https.setConnTimeout(10000); | |
35 | + https.setSoTimeout(120000); | |
36 | 36 | https.setMaxConnectionsPerHost(200); |
37 | 37 | https.setMaxTotalConnections(300); |
38 | 38 | } |