From 2e4041a354edcc7d398c5877df1ae90496a48dbf Mon Sep 17 00:00:00 2001 From: thzxx Date: Wed, 10 Jun 2026 17:42:48 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README=E5=8A=A0=20-start=20=E5=B8=A6?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- search-proxy/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/search-proxy/README.md b/search-proxy/README.md index f43ca6b..7973cd8 100644 --- a/search-proxy/README.md +++ b/search-proxy/README.md @@ -105,10 +105,13 @@ metona-search-proxy -status # 前台运行(调试用,Ctrl+C 停止) metona-search-proxy -# 后台启动 +# 后台启动(默认端口 7899) metona-search-proxy -start # 已后台启动 (PID: 12345) +# 后台启动(自定义端口和缓存) +metona-search-proxy -start -port 6789 -cache 10 -rate 50 + # 停止 metona-search-proxy -stop # 已停止 (PID: 12345)