根据压测结果调参

This commit is contained in:
三丙
2024-10-22 16:18:50 +08:00
parent 09281ca396
commit 8d125f4e19
2 changed files with 1 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ public class DefaultDownlinkCallService implements DownlinkCallService {
try {
ResponseEntity<?> response = downlinkRestTemplate.postForEntity("http://" + nodeWebapiIpPort + "/api/onDownlink",
entity, ResponseEntity.class);
log.info("下行消息发送成功 {}", response);
log.debug("下行消息发送成功 {}", response);
} catch (RestClientException e) {
log.error("下行消息发送失败 {}", downlinkRestMessage, e);
throw new RuntimeException(e);