配置手册

This commit is contained in:
三丙
2024-10-29 17:16:02 +08:00
parent aa0eb5f568
commit 23812a5ef1
4 changed files with 46 additions and 46 deletions

View File

@@ -45,10 +45,10 @@ import static sanbing.jcpp.infrastructure.proto.ProtoConverter.toTracerProto;
@Slf4j
public class DownlinkGrpcClient {
@Value("${downlink.rpc.grpc.netty.event_loop:}")
@Value("${service.downlink.rpc.grpc.netty.event_loop:}")
private Integer rpcNettyEventLoop;
@Value("${downlink.rpc.grpc.netty.so_sndbuf:65535}")
@Value("${service.downlink.rpc.grpc.netty.so_sndbuf:65535}")
private Integer rpcNettySoSndbuf;
@Value("${service.downlink.rpc.grpc.netty.so_rcvbuf:65535}")