From 9386dfd50c37f38b00330748cdda13ecf22cad03 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 9 Mar 2025 10:11:33 +0800 Subject: [PATCH] =?utf8?q?Improve=20=E4=BF=AE=E6=AD=A3=E8=AF=B4=E6=98=8E?= =?utf8?q?=20(#183)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- demo/config/config_K_v.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/config/config_K_v.json b/demo/config/config_K_v.json index c9c268d..6caaaf9 100644 --- a/demo/config/config_K_v.json +++ b/demo/config/config_K_v.json @@ -233,7 +233,7 @@ "ip路径":"", "stop路径-help":"当Web服务地址不为空时, 访问此路径可以停止当前服务,为空时关闭,需要/开头及结尾", "stop路径":"", - "停止其他服务超时-help":"当Web服务地址、pid路径不为空时, 将等待n秒停止其他服务", + "停止其他服务超时-help":"当Web服务地址、stop路径不为空时, 将等待n秒停止其他服务", "停止其他服务超时": 100, "生成pgo-help":"将在退出后生成pgo文件在指定路径,default.pgo将有助于下次构建的优化,但会导致gc频繁,构建缓慢,为空时不生成", "生成pgo":"", -- 2.39.2