src/main/resources/application.yml
@@ -63,7 +63,7 @@ sse-message-endpoint: /ai/mcp/message streamable-http: mcp-endpoint: /ai/mcp instructions: 提供 WCS 设备状态、任务、日志和配置查询能力 instructions: 提供 WCS 设备状态、任务、日志、配置和主流程伪代码查询能力 annotation-scanner: enabled: false capabilities: @@ -123,11 +123,11 @@ # 采样周期(毫秒) intervalMs: 1000 # 单次探测超时(毫秒) timeoutMs: 800 timeoutMs: 1500 # 每个样本内连续探测次数,用于直接得到 min/avg/max 三个指标 probeCount: 3 # ping 数据包大小(字节),< 0 时沿用系统默认;Windows 对应 -l,macOS/Linux 对应 -s packetSize: 1024 packetSize: 2048 # 并行探测线程数 maxParallel: 8