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

修正redis 最大连接数

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