将默认端口改为8082

This commit is contained in:
2026-04-09 15:34:23 +08:00
parent 84d3f54b7f
commit 4cdc861d03
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ search:
language_weight: 0.5 # 语种匹配权重:与查询语种一致时加分
consecutive_key_weight: 1.3 # 连续关键词命中权重:多词连续出现时加分
backlink_weight: 1.0 # 反向链接权重:指向该 URL 的链接越多得分越高
server_port: 80 # 搜索服务和收获服务的统一 HTTP 监听端口
server_port: 8082 # 搜索服务和收获服务的统一 HTTP 监听端口
flush_interval_seconds: 300 # 定期刷盘间隔(秒):将内存索引批量写入磁盘
# 反向链接(PageRank 类)计算相关配置