Commit b2b6f9fb authored by 赵啸非's avatar 赵啸非

修正redis 最大连接数

parent 685843c0
......@@ -54,10 +54,10 @@ public class DeviceSendThirdPartyService implements IApplicationStartedService {
log.info("sendThirty resp ==>{}", JSON.toJSONString(resp));
}
// try {
// Thread.sleep(waitTime);
// } catch (InterruptedException e2) {
// }
try {
Thread.sleep(waitTime);
} catch (InterruptedException e2) {
}
} catch (Exception e) {
log.error("异常", e);
......
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