Commit 76eea8a7 authored by fangxinjiang's avatar fangxinjiang

代码优化-重试时间20s 更新到2s-fxj

parent ced9551c
......@@ -882,7 +882,7 @@ public class SocialFriendConfig {
String downloadEmployeeFeedbackUrl = urlPre + urlDownloadEmployeeFeedback + "?requestId=" + requestId;
int retryCount = 0;
final int maxRetries = 2;
final long delayMillis = 20000; // 20 seconds
final long delayMillis = 2000; // 2 seconds
try {
// 构建请求头
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment